SerializationReader Constructor |
Name | Description | |
---|---|---|
SerializationReader(Byte) |
Creates a SerializationReader using a byte[] previous created by SerializationWriter
A MemoryStream is used to access the data without making a copy of it.
| |
SerializationReader(Stream) |
Creates a SerializationReader based on the passed Stream.
| |
SerializationReader(Stream, Boolean) |
Initializes a new instance of the SerializationReader class.
| |
SerializationReader(Stream, Int32, Int32) |
Creates a SerializationReader based around the passed Stream.
Allows the string and object token tables to be presized using
the specified values.
|