JSONDynamicObject ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Implements a JSON dynamic object that shapes itself at runtime
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Dynamic DynamicObject
    NFX.Serialization.JSON JSONDynamicObject

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public sealed class JSONDynamicObject : DynamicObject
See Also