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

Method Deserialize

benchmarks/csharp/BenchmarkSerializers.cs:61–64  ·  view source on GitHub ↗
(byte[] payload)

Source from the content-addressed store, hash-verified

59 }
60
61 public object? Deserialize(byte[] payload)
62 {
63 return _reader.Deserialize<TRead>(payload);
64 }
65}
66
67internal static class BenchmarkTypeRegistry

Calls

no outgoing calls