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

Method WriteTypeMeta

csharp/src/Fory/WriteContext.cs:149–152  ·  view source on GitHub ↗
(Type type, TypeMeta typeMeta)

Source from the content-addressed store, hash-verified

147 }
148
149 internal void WriteTypeMeta(Type type, TypeMeta typeMeta)
150 {
151 WriteTypeMeta(type, typeMeta.Encode());
152 }
153
154 internal void WriteTypeMeta(Type type, ReadOnlySpan<byte> encodedTypeMeta)
155 {

Callers 2

WriteTypeInfoCoreMethod · 0.80
WriteNamedTypeInfoMethod · 0.80

Calls 3

WriteVarUInt32Method · 0.80
EncodeMethod · 0.45
WriteBytesMethod · 0.45

Tested by

no test coverage detected