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

Method ReadData

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

Source from the content-addressed store, hash-verified

520 }
521
522 public override T[] ReadData(ReadContext context)
523 {
524 List<T> values = CollectionCodec.ReadCollectionData<T>(context.TypeResolver.GetSerializer<T>(), context);
525 return values.ToArray();
526 }
527}
528
529public class ListSerializer<T> : Serializer<List<T>>

Callers

nothing calls this directly

Calls 1

ToArrayMethod · 0.80

Tested by

no test coverage detected