Interface SerializationContext

All Superinterfaces:
ImmutableSerializationContext
All Known Implementing Classes:
SerializationContextImpl

@ThreadSafe public interface SerializationContext extends ImmutableSerializationContext
A repository for Protobuf type definitions and their marshallers. All ProtoStream marshalling operations happen in the context of a SerializationContext.
Since:
1.0
Author:
[email protected]