LZ4MessagePackSerializer
NonGeneric
Typeless
ExtensionTypeCode
NotCompressionSize
Decode(Byte[])
Decode(Stream, Boolean)
Decode(ArraySegment<Byte>)
DecodeUnsafe(Byte[])
DecodeUnsafe(ArraySegment<Byte>)
Deserialize<T>(ArraySegment<Byte>)
Deserialize<T>(Byte[])
Deserialize<T>(Stream)
Deserialize<T>(ArraySegment<Byte>, IFormatterResolver)
Deserialize<T>(Byte[], IFormatterResolver)
Deserialize<T>(Stream, Boolean)
Deserialize<T>(Stream, IFormatterResolver)
Deserialize<T>(Stream, IFormatterResolver, Boolean)
FromJson(String)
FromJson(TextReader)
Serialize<T>(T)
Serialize<T>(Stream, T)
Serialize<T>(T, IFormatterResolver)
Serialize<T>(Stream, T, IFormatterResolver)
SerializeToBlock<T>(Byte[], Int32, T, IFormatterResolver)
ToJson(Byte[])
ToJson<T>(T)
ToJson<T>(T, IFormatterResolver)
ToLZ4Binary(ArraySegment<Byte>)
netcoreapp2.2
namespace MessagePack
{
public static class LZ4MessagePackSerializer
{
public static T Deserialize<T>(Stream stream, IFormatterResolver resolver);
}
}
.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