Click or drag to resize
Akka.NETProtobufSerializer Properties

The ProtobufSerializer type exposes the following members.

Properties
  NameDescription
Public propertyIdentifier
Completely unique value to identify this implementation of Serializer, used to optimize network traffic Values from 0 to 16 is reserved for Akka internal usage
(Overrides Serializer.Identifier.)
Public propertyIncludeManifest
Returns whether this serializer needs a manifest in the fromBinary method
(Overrides Serializer.IncludeManifest.)
Top
See Also