BinarySerializerBuilder class
A serializer builder configured with a reasonable set of default cases.
Constructors
Creates a new serializer builder.
Creates a new serializer builder.
Properties
A list of cases that the build methods will attempt to apply. If the first case does
not match, the next case will be tested, and so on.
A resolver to retrieve type information from.
Methods
Builds a delegate that writes a serialized object to a stream.
Builds an expression that represents writing to a stream
(provided by ).
Builds a binary serializer.
Creates a default list of case builders.