Serialized Form


Package com.fasterxml.jackson.core

Class com.fasterxml.jackson.core.JsonGenerationException extends JsonProcessingException implements Serializable

serialVersionUID: 123L

Class com.fasterxml.jackson.core.JsonLocation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_totalBytes

long _totalBytes

_totalChars

long _totalChars

_lineNr

int _lineNr

_columnNr

int _columnNr

_sourceRef

Object _sourceRef
Displayable description for input source: file path, url

Class com.fasterxml.jackson.core.JsonParseException extends JsonProcessingException implements Serializable

serialVersionUID: 123L

Class com.fasterxml.jackson.core.JsonProcessingException extends IOException implements Serializable

serialVersionUID: 123L

Serialized Fields

mLocation

JsonLocation mLocation

Package com.fasterxml.jackson.core.util

Class com.fasterxml.jackson.core.util.InternCache extends LinkedHashMap<String,String> implements Serializable



Copyright © 2012 fasterxml.com. All Rights Reserved.