KeyValuePairFormatter<TKey, TValue>
KeyValuePairFormatter()
Deserialize(Byte[], Int32, IFormatterResolver, Int32)
Serialize(Byte[], Int32, KeyValuePair<TKey, TValue>, IFormatterResolver)
netcoreapp2.1
namespace MessagePack.Formatters
{
public sealed class KeyValuePairFormatter<TKey, TValue> : IMessagePackFormatter, IMessagePackFormatter<KeyValuePair<TKey, TValue>>
{
public int Serialize(ref byte[] bytes, int offset, KeyValuePair<TKey, TValue> value, IFormatterResolver formatterResolver);
}
}
.NET Core | 2.12.2 |
---|---|
Information specific to netcoreapp2.1 | |
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