Class DynamicProtoCoder

All Implemented Interfaces:
Serializable

public class DynamicProtoCoder extends ProtoCoder<DynamicMessage>
A Coder using Google Protocol Buffers binary format. DynamicProtoCoder supports both Protocol Buffers syntax versions 2 and 3.

To learn more about Protocol Buffers, visit: https://developers.google.com/protocol-buffers

DynamicProtoCoder is not registered in the global CoderRegistry as the descriptor is required to create the coder.

See Also: