CollectionFormatterBase<TElement, TIntermediate, TEnumerator, TCollection>
CollectionFormatterBase()
Add(TIntermediate, Int32, TElement)
Complete(TIntermediate)
Create(Int32)
Deserialize(Byte[], Int32, IFormatterResolver, Int32)
GetCount(TCollection)
GetSourceEnumerator(TCollection)
Serialize(Byte[], Int32, TCollection, IFormatterResolver)
netcoreapp2.2
namespace MessagePack.Formatters
{
public abstract class CollectionFormatterBase<TElement, TIntermediate, TEnumerator, TCollection> : IMessagePackFormatter, IMessagePackFormatter<TCollection>
where TEnumerator, IEnumerator<TElement>
where TCollection, IEnumerable<TElement>
{
public TCollection Deserialize(byte[] bytes, int offset, IFormatterResolver formatterResolver, out int readSize);
}
}
| .NET Core | 2.12.2 |
|---|---|
Information specific to netcoreapp2.2 | |
| Assembly | MessagePack , Version=1.7.3.7, PublicKeyToken=b4a0369545f0a1be |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API