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

Method ReadData

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

Source from the content-addressed store, hash-verified

553 }
554
555 public override HashSet<T> ReadData(ReadContext context)
556 {
557 return [.. CollectionCodec.ReadCollectionData(context.TypeResolver.GetSerializer<T>(), context)];
558 }
559}
560
561public sealed class SortedSetSerializer<T> : Serializer<SortedSet<T>> where T : notnull

Callers

nothing calls this directly

Calls 1

ReadCollectionDataMethod · 0.80

Tested by

no test coverage detected