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

Method Decode

csharp/src/Fory/TypeMeta.cs:490–493  ·  view source on GitHub ↗
(byte[] bytes)

Source from the content-addressed store, hash-verified

488 }
489
490 public static TypeMeta Decode(byte[] bytes)
491 {
492 return Decode(new ByteReader(bytes), DefaultMaxTypeFields, DefaultMaxTypeMetaBytes);
493 }
494
495 public static TypeMeta Decode(ByteReader reader)
496 {

Callers 6

ReadMethod · 0.45
ReadNameMethod · 0.45
DecodeTypeMetaMethod · 0.45
ReadMetaStringMethod · 0.45

Calls 8

ReadUInt64Method · 0.80
ReadUInt8Method · 0.80
ReadVarUInt32Method · 0.80
CheckBoundMethod · 0.80
ReadMethod · 0.65
ReadBytesMethod · 0.45
EmptyMethod · 0.45
AddMethod · 0.45