Click or drag to resize
SerializationReader Constructor
Overload List
  NameDescription
Public methodSerializationReader(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.
Public methodSerializationReader(Stream)
Creates a SerializationReader based on the passed Stream.
Public methodSerializationReader(Stream, Boolean)
Initializes a new instance of the SerializationReader class.
Public methodSerializationReader(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.
Top
See Also