Click or drag to resize
SerializationWriter Constructor
Overload List
  NameDescription
Public methodSerializationWriter
Creates a FastSerializer with the Default Capacity (1kb)
Public methodSerializationWriter(Int32)
Creates a FastSerializer with the specified capacity
Public methodSerializationWriter(Stream)
Creates a FastSerializer around the specified stream Will store token table presize info if the stream is seekable
Public methodSerializationWriter(Stream, Boolean)
Creates a FastSerializer around the specified stream Notes: If the stream is not seekable then the allowStoreTokenTablePresizeInfo parameter is ignored
Top
See Also