[This is preliminary documentation and is subject to change.]
Implements a JSON dynamic object that shapes itself at runtime
System Object
System.Dynamic DynamicObject NFX.Serialization.JSON JSONDynamicObjectNamespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public sealed class JSONDynamicObject : DynamicObject
[SerializableAttribute]
public sealed class JSONDynamicObject : DynamicObject
<SerializableAttribute>
Public NotInheritable Class JSONDynamicObject
Inherits DynamicObject
<SerializableAttribute>
Public NotInheritable Class JSONDynamicObject
Inherits DynamicObject
[SerializableAttribute]
public ref class JSONDynamicObject sealed : public DynamicObject
[SerializableAttribute]
public ref class JSONDynamicObject sealed : public DynamicObject
[<SealedAttribute>]
[<SerializableAttribute>]
type JSONDynamicObject =
class
inherit DynamicObject
end
[<SealedAttribute>]
[<SerializableAttribute>]
type JSONDynamicObject =
class
inherit DynamicObject
end