|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ComponentConverter<T,ProtobufObject,ProtobufBuilder> | Interface implemented by classes which can convert Java object (POJO) representations of message components to/from binary using protobuf. |
| Class Summary | |
|---|---|
| MasterMessageConverter | A "master converter" which can convert any message object to/from protobuf and wrap/unwrap in an envelope automatically. |
| MessageConverter<T> | Interface implemented by classes which can convert Java object (POJO) representations of messages to/from binary using protobuf. |
| MessageConverterRegistry | Given the class of a Java (POJO) object which represents a message, returns the relevant MessageConverter
which can convert instances of that class to/from protobuf. |
| MessageTypeRegistry | Given a message type, returns the class of its Java (POJO) representation, and vice-versa. |
[private api] Classes which convert Java object (POJO) representations of messages to and from binary, using Google Protocol Buffers (protobuf).
For documentation on protocol messages and how they are processed, see each of the .proto files insrc/main/proto.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||