Class RecyclableMemoryStreamSupport
- Namespace
- MASES.EntityFrameworkCore.KNet.Serialization
- Assembly
- MASES.EntityFrameworkCore.KNet.Serialization.dll
An helper class to centralize management of every ByteBuffer conversion for DefaultKEFCoreSerDes or any other serialization sub-system which needs ByteBuffer transport
public static class RecyclableMemoryStreamSupport
- Inheritance
-
RecyclableMemoryStreamSupport
- Inherited Members
Methods
Rent()
Returns a new MemoryStream which is an implementation of Microsoft.IO.RecyclableMemoryStream
public static MemoryStream Rent()
Returns
- MemoryStream
The allocated MemoryStream
SetEnable(bool, Options?)
public static void SetEnable(bool enable, RecyclableMemoryStreamManager.Options? options = null)