Class: Date

Inherits:
Object show all
Defined in:
lib/right_agent/serialize/serializer.rb

Overview

Monkey patch common classes to support MessagePack serialization As with JSON, unserializing them is manual using existing methods such as parse

Instance Method Summary collapse

Instance Method Details

#to_msgpack(*a) ⇒ Object



32
# File 'lib/right_agent/serialize/serializer.rb', line 32

def to_msgpack(*a); to_s.to_msgpack(*a) end