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

Method ResetFor

csharp/src/Fory/ReadContext.cs:73–77  ·  view source on GitHub ↗
(ByteReader reader)

Source from the content-addressed store, hash-verified

71 internal RefReader RefReader { get; }
72
73 internal void ResetFor(ByteReader reader)
74 {
75 Reader = reader;
76 Reset();
77 }
78
79 internal TypeMeta? GetTypeMetaRef(int index)
80 {

Callers 4

SerializeMethod · 0.45
DeserializeFromReaderMethod · 0.45
ReadAndStoreTypeMetaMethod · 0.45
ReadAnyTypeInfoMethod · 0.45

Calls

no outgoing calls

Tested by 2

ReadAndStoreTypeMetaMethod · 0.36
ReadAnyTypeInfoMethod · 0.36