コード例 #1
0
 public static Span <byte> Serialize(this TypeMap map, object obj, bool bigEndian = true)
 => Serializer.Serialize(map, obj, bigEndian);
コード例 #2
0
 public static void Deserialize(this TypeMap map, Span <byte> bytes, ref object target, bool bigEndian = true)
 => Deserializer.Deserialize(map, bytes, ref target, bigEndian);