Namespace MLAPI.Serialization.Pooled
Classes
NetworkBufferPool
Static class containing PooledNetworkBuffers
NetworkReaderPool
Static class containing PooledNetworkReaders
NetworkWriterPool
Static class containing PooledNetworkWriters
PooledNetworkBuffer
Disposable NetworkBuffer that returns back to the NetworkBufferPool when disposed
PooledNetworkReader
Disposable NetworkReader that returns the Reader to the NetworkReaderPool when disposed
PooledNetworkWriter
Disposable NetworkWriter that returns the Writer to the NetworkWriterPool when disposed