Libraries
»
invoker
(1.5.8)
»
Index
»
Invoker
»
IPC
»
Message
»
Serialization
»
#to_json
Method: Invoker::IPC::Message::Serialization#to_json
Defined in:
lib/invoker/ipc/message.rb
#
to_json
⇒
Object
13 14 15
# File 'lib/invoker/ipc/message.rb', line 13
def
to_json
JSON
.
generate
(
as_json
)
end