Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Read
Method · 0.45
ReadName
Method · 0.45
DecodeTypeMeta
Method · 0.45
ReadMetaString
Method · 0.45
TypeMetaHeaderHashIncludesLowHeaderBits
Method · 0.45
ReadCompatibleTypeMetaRange
Method · 0.45
Calls
8
ReadUInt64
Method · 0.80
ReadUInt8
Method · 0.80
ReadVarUInt32
Method · 0.80
CheckBound
Method · 0.80
Read
Method · 0.65
ReadBytes
Method · 0.45
Empty
Method · 0.45
Add
Method · 0.45
Tested by
2
TypeMetaHeaderHashIncludesLowHeaderBits
Method · 0.36
ReadCompatibleTypeMetaRange
Method · 0.36