| SerializationWriter Constructor | 
| Name | Description | |
|---|---|---|
| SerializationWriter | 
            Creates a FastSerializer with the Default Capacity (1kb)
              | |
| SerializationWriter(Int32) | 
            Creates a FastSerializer with the specified capacity
              | |
| SerializationWriter(Stream) | 
            Creates a FastSerializer around the specified stream
            Will store token table presize info if the stream is seekable
              | |
| SerializationWriter(Stream, Boolean) | 
            Creates a FastSerializer around the specified stream
            Notes:
            If the stream is not seekable then the allowStoreTokenTablePresizeInfo parameter is ignored
              |