()
| 298 | } |
| 299 | |
| 300 | [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)] |
| 301 | internal TypeMeta DecodeTypeMeta() |
| 302 | { |
| 303 | return TypeMeta.Decode(Reader, _config.MaxTypeFields, _config.MaxTypeMetaBytes); |
| 304 | } |
| 305 | |
| 306 | internal void StoreTypeMeta(Type type, TypeMeta typeMeta) |
| 307 | { |
no test coverage detected