Namespace FishNet.Serializing
Classes
DeltaSerializerOptionExtensions
PooledReader
Reader which is reused to save on garbage collection and performance.
PooledWriter
Writer which is reused to save on garbage collection and performance.
Reader
Reads data from a buffer.
ReaderPool
Collection of PooledReader. Stores and gets PooledReader.
Writer
Writes data to a buffer.
WriterPool
Collection of PooledWriter. Stores and gets PooledWriter.
Structs
SubStream
Enums
AutoPackType
How to pack data when using serialization.