Runtime message from/to plain object converters.
Methods
-
converter.fromObject(mtype){ Codegen }
-
Generates a plain object to runtime message converter specific to the specified message type.
Parameters:
mtypeType Message type
Returns:
Codegen Codegen instance -
converter.toObject(mtype){ Codegen }
-
Generates a runtime message to plain object converter specific to the specified message type.
Parameters:
mtypeType Message type
Returns:
Codegen Codegen instance