Package com.googlecode.mobilityrpc.protocol.converters

[private api] Classes which convert Java object (POJO) representations of messages to and from binary, using Google Protocol Buffers (protobuf).

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.
 

Package com.googlecode.mobilityrpc.protocol.converters Description

[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 in src/main/proto.



Copyright © 2016. All rights reserved.