Class ByteStringCoder

All Implemented Interfaces:
Serializable

public class ByteStringCoder extends AtomicCoder<ByteString>
A Coder for ByteString objects based on their encoded Protocol Buffer form.

When this code is used in a nested Coder.Context, the serialized ByteString objects are first delimited by their size.

See Also: