Click or drag to resize

JsonGenerator Fields

The JsonGenerator type exposes the following members.

Fields
  NameDescription
Protected fieldBlockIsStarting
If true then the current block state (object/array) is not defined.
Protected fieldBlockState
Stack storing states of blocks.
Protected fieldChoiceStack
Stack of ChoiceInfo.
Protected fieldJsonWriter
JsonWriter is used to generate JSON text.
Protected fieldNamespaceResolver
Provides access to services of NamespaceResolver.
(Inherited from AliasResolvingVisitor.)
Protected fieldWriterDelegate
Delegate is called to create JsonWriter for each Document.
Top
See Also