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

Method ReadData

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

Source from the content-addressed store, hash-verified

585 }
586
587 public override ImmutableHashSet<T> ReadData(ReadContext context)
588 {
589 return ImmutableHashSet.CreateRange(CollectionCodec.ReadCollectionData(context.TypeResolver.GetSerializer<T>(), context));
590 }
591}
592
593public sealed class LinkedListSerializer<T> : Serializer<LinkedList<T>>

Callers

nothing calls this directly

Calls 1

ReadCollectionDataMethod · 0.80

Tested by

no test coverage detected