Table of Contents

Method GetMemory

Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll

GetMemory(TMemory)

Get the memory structure from TMemory instance.

protected abstract Memory<TItem> GetMemory(TMemory memory)

Parameters

memory TMemory

Returns

Memory<TItem>

The Memory{TITem} structure.