MCPcopy Create free account
hub / github.com/apache/fory / Serialize

Method Serialize

benchmarks/csharp/BenchmarkSerializers.cs:56–59  ·  view source on GitHub ↗
(TWrite value)

Source from the content-addressed store, hash-verified

54 public string Name => "fory";
55
56 public byte[] Serialize(TWrite value)
57 {
58 return _writer.Serialize(value);
59 }
60
61 public object? Deserialize(byte[] payload)
62 {

Calls

no outgoing calls