Class OutputStreamSerializerSession

Direct Known Subclasses:
MsgPackSerializerSession

Subclass of SerializerSession for stream-based serializers.
Description
This class is the parent class of all byte-based serializers.
It has 1 abstract method to implement...
Notes:
  • This class is not thread safe and is typically discarded after one use.
See Also: