2.2.8. Manual serialization context initializer implementations
Data Grid strongly recommends against manually implementing the SerializationContextInitializer or GeneratedSchema interfaces.
It is possible to manually implement SerializationContextInitializer or GeneratedSchema interfaces using ProtobufTagMarshaller and RawProtobufMarshaller annotations.
However, manual implementations require a lot of tedious overhead and are prone to error. Implementations that you generate with the protostream-processor artifact are a much more efficient and reliable way to configure ProtoStream marshalling.