Esempio n. 1
0
 public void EndProperty()
 {
     DeclaredJsonPropertyInfo    = null !;
     JsonPropertyNameAsString    = null;
     PolymorphicJsonPropertyInfo = null;
     PropertyState = StackFramePropertyState.None;
 }
 public void EndConstructorParameter()
 {
     CtorArgumentState.BinaryParameterInfo = null;
     BinaryPropertyName           = null;
     PropertyState                = StackFramePropertyState.None;
     PropertyPolymorphicConverter = null;
 }
Esempio n. 3
0
 public void EndProperty()
 {
     JsonPropertyInfo              = null !;
     JsonPropertyNameAsString      = null;
     PropertyState                 = StackFramePropertyState.None;
     PolymorphicSerializationState = PolymorphicSerializationState.None;
 }
Esempio n. 4
0
        public void EndProperty()
        {
            JsonPropertyInfo         = null !;
            JsonPropertyName         = null;
            JsonPropertyNameAsString = null;
            PropertyState            = StackFramePropertyState.None;
            MetadataId = null;

            // No need to clear these since they are overwritten each time:
            //  UseExtensionProperty
        }
Esempio n. 5
0
        public void EndProperty()
        {
            JsonPropertyInfo         = null !;
            JsonPropertyName         = null;
            JsonPropertyNameAsString = null;
            PropertyState            = StackFramePropertyState.None;
            ValidateEndTokenOnArray  = false;

            // No need to clear these since they are overwritten each time:
            //  UseExtensionProperty
        }
 public void EndProperty()
 {
     BinaryPropertyInfo         = null !;
     BinaryPropertyName         = null;
     BinaryPropertyNameAsString = null;
     PropertyState                = StackFramePropertyState.None;
     ValidateEndTokenOnArray      = false;
     PropertyPolymorphicConverter = null;
     // No need to clear these since they are overwritten each time:
     //  NumberHandling
     //  UseExtensionProperty
 }
 public void EndElement()
 {
     BinaryPropertyNameAsString = null;
     PropertyState = StackFramePropertyState.None;
     EnumerableIndex++;
 }
Esempio n. 8
0
 public void EndDictionaryElement()
 {
     PropertyState = StackFramePropertyState.None;
 }
Esempio n. 9
0
 public void EndElement()
 {
     JsonPropertyNameAsString = null;
     PropertyState            = StackFramePropertyState.None;
 }
Esempio n. 10
0
 public void EndConstructorParameter()
 {
     CtorArgumentState !.JsonParameterInfo = null;
     JsonPropertyName = null;
     PropertyState    = StackFramePropertyState.None;
 }
Esempio n. 11
0
 public void EndDictionaryEntry()
 {
     PropertyState = StackFramePropertyState.None;
     PolymorphicSerializationState = PolymorphicSerializationState.None;
 }
Esempio n. 12
0
 public void EndProperty()
 {
     JsonPropertyInfo         = null !;
     JsonPropertyNameAsString = null;
     PropertyState            = StackFramePropertyState.None;
 }
 public void EndDictionaryElement()
 {
     PropertyState = StackFramePropertyState.None;
     PolymorphicBinaryPropertyInfo = null;
 }