protected Object readResolve()
String _name
Note that this is the only non-transient field; used when reading back from serialized state.
Also: must not be private, accessed from `BaseVariants`
protected Object readResolve()
int _factoryFeatures
int _parserFeatures
int _generatorFeatures
ObjectCodec _objectCodec
CharacterEscapes _characterEscapes
InputDecorator _inputDecorator
OutputDecorator _outputDecorator
SerializableString _rootValueSeparator
int _maximumNonEscapedChar
0
to indicate that no threshold is specified, or value
at or above 127 to indicate last character code that is NOT automatically escaped
(but depends on other configuration rules for checking).char _quoteChar
JsonWriteFeature.QUOTE_FIELD_NAMES
)
and JSON String values.long _totalBytes
long _totalChars
int _lineNr
int _columnNr
JsonLocation _location
RequestPayload _requestPayload
JsonToken _token
private void readObject(ObjectInputStream in) throws IOException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
protected Object readResolve()
String _value
byte[] _quotedUTF8Ref
byte[] _unquotedUTF8Ref
char[] _quotedChars
char[] indents
int charsPerLevel
String eol
DefaultPrettyPrinter.Indenter _arrayIndenter
DefaultPrettyPrinter.Indenter _objectIndenter
SerializableString _rootSeparator
boolean _spacesInObjectEntries
Separators _separators
String _objectFieldValueSeparatorWithSpaces
Object lock
String _rootValueSeparator
Separators _separators
byte[] _payloadAsBytes
CharSequence _payloadAsText
String _charset
char objectFieldValueSeparator
char objectEntrySeparator
char arrayValueSeparator
Copyright © 2008–2019 FasterXML. All rights reserved.