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

Method ReadData

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

Source from the content-addressed store, hash-verified

537 }
538
539 public override List<T> ReadData(ReadContext context)
540 {
541 return CollectionCodec.ReadCollectionData(context.TypeResolver.GetSerializer<T>(), context);
542 }
543}
544
545public sealed class SetSerializer<T> : Serializer<HashSet<T>> where T : notnull

Callers

nothing calls this directly

Calls 1

ReadCollectionDataMethod · 0.80

Tested by

no test coverage detected