[This is preliminary documentation and is subject to change.]
Denotes a CLR type-safe entity (class or struct) that can directly write itself as JSON content string.
This mechanism bypasses all of the reflection/dynamic code.
This approach may be far more performant for some classes that need to serialize their state/data in JSON format,
than relying on general-purpose JSON serializer that can serialize any type but is slower
Namespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also