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

Method ReadData

csharp/src/Fory/CollectionSerializers.cs:571–574  ·  view source on GitHub ↗
(ReadContext context)

Source from the content-addressed store, hash-verified

569 }
570
571 public override SortedSet<T> ReadData(ReadContext context)
572 {
573 return [.. CollectionCodec.ReadCollectionData(context.TypeResolver.GetSerializer<T>(), context)];
574 }
575}
576
577public sealed class ImmutableHashSetSerializer<T> : Serializer<ImmutableHashSet<T>> where T : notnull

Callers

nothing calls this directly

Calls 1

ReadCollectionDataMethod · 0.80

Tested by

no test coverage detected