Method GetTypeInfo
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
GetTypeInfo(Type)
Gets metadata for the specified type.
public override JsonTypeInfo GetTypeInfo(Type type)
Parameters
type
Type-
The type to fetch metadata for.
Returns
- JsonTypeInfo
-
The metadata for the specified type, or null if the context has no metadata for the type.