Method: EventMachine::Protocols::FrameObjectProtocol#serializer
- Defined in:
- lib/em/protocols/frame_object_protocol.rb
#serializer ⇒ Object
By default returns Marshal, override to return JSON or YAML, or any other serializer/deserializer responding to #dump and #load.
31 32 33 |
# File 'lib/em/protocols/frame_object_protocol.rb', line 31 def serializer Marshal end |