Click or drag to resize

JsonSerializationContext Properties

The JsonSerializationContext type exposes the following members.

Properties
 NameDescription
Public propertyContext Gets the view model serializer in context
(Inherited from SerializationContext)
Public propertyDebugView Get the debug view
(Inherited from SerializationContext)
Public propertyElementDescription Gets or sets the view model description of the current element
(Inherited from SerializationContext)
Public propertyInstance Gets or sets the instance value
(Inherited from SerializationContext)
Public propertyJsonContext Gets the Context as a JSON serializer
Public propertyJsonParent Gets the JSON parent context
Public propertyLoadedProperties Loaded properties
(Inherited from SerializationContext)
Public propertyObjectId Gets the current object identifier (from a JSON property perspective
(Inherited from SerializationContext)
Public propertyParent Gets the parent of the current serialization context
(Inherited from SerializationContext)
Public propertyPropertyName Gets the name of the element
(Inherited from SerializationContext)
Public propertyRoot Gets the root context
(Inherited from SerializationContext)
Public propertyViewModelDescription Gets or sets the root view model description
(Inherited from SerializationContext)
Top
See Also