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

Method ReadData

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

Source from the content-addressed store, hash-verified

601 }
602
603 public override LinkedList<T> ReadData(ReadContext context)
604 {
605 return new LinkedList<T>(CollectionCodec.ReadCollectionData(context.TypeResolver.GetSerializer<T>(), context));
606 }
607}
608
609public sealed class QueueSerializer<T> : Serializer<Queue<T>>

Callers

nothing calls this directly

Calls 1

ReadCollectionDataMethod · 0.80

Tested by

no test coverage detected