The BinarySerializer type exposes the following members.

Constructors

  NameDescription
BinarySerializer
Construct a BinarySerializer instance.

Methods

  NameDescription
Bool
Serialize/deserialize a bool.
Byte
Serialize/deserialize a Byte.
Bytes
Serialize/deserialize an Byte[].
Char
Serialize/deserialize a char.
Chars
Serialize/deserialize an Char[].
Decimal
Serialize/deserialize an Decimal.
Dispose
Dispose of this instance's resources.
Double
Serialize/deserialize an Double.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Float
Serialize/deserialize an Float.
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Int16
Serialize/deserialize an Int16.
Int32
Serialize/deserialize an Int32.
Int64
Serialize/deserialize an Int64.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SByte
Serialize/deserialize an SByte.
Serialize<(Of <(T>)>)
Serialize/deserialize an IUnsafeSerializable object.
String
Serialize/deserialize a String.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UInt16
Serialize/deserialize a UInt16.
UInt32
Serialize/deserialize a UInt32.
UInt64
Serialize/deserialize a UInt64.

See Also