Click or drag to resize
Akka.NETWireSerializer Properties

The WireSerializer type exposes the following members.

Properties
  NameDescription
Public propertyIdentifier
Completely unique value to identify this implementation of Serializer, used to optimize network traffic
(Overrides Serializer.Identifier.)
Public propertyIncludeManifest
Returns whether this serializer needs a manifest in the fromBinary method
(Overrides Serializer.IncludeManifest.)
Top
See Also