Class ComponentJsonSerializerContextAttribute
- Namespace
- Frent.Serialization
- Assembly
- Frent.dll
Marks an implementation of JsonSerializerContext as being used for component serialization.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ComponentJsonSerializerContextAttribute : Attribute
- Inheritance
-
ComponentJsonSerializerContextAttribute
- Inherited Members
Remarks
Use in conjunction with the JsonSerializableAttribute attribute.