TupleFormatter<T1, T2>
TupleFormatter()
Deserialize(Byte[], Int32, IFormatterResolver, Int32)
Serialize(Byte[], Int32, Tuple<T1, T2>, IFormatterResolver)
netcoreapp2.2
namespace MessagePack.Formatters
{
public sealed class TupleFormatter<T1, T2> : IMessagePackFormatter, IMessagePackFormatter<Tuple<T1, T2>>
{
public Tuple<T1, T2> Deserialize(byte[] bytes, int offset, IFormatterResolver formatterResolver, out int readSize);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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