Class JsonPointer.Serialization
java.lang.Object
tools.jackson.core.JsonPointer.Serialization
- All Implemented Interfaces:
Externalizable, Serializable
- Enclosing class:
JsonPointer
This must only exist to allow both final properties and implementation of
Externalizable/Serializable for JsonPointer.
Note that here we do not store offset but simply use (and expect use)
full path, from which we need to decode actual structure.
- Since:
- 2.14
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_fullPath
-
-
Constructor Details
-
Serialization
public Serialization() -
Serialization
Serialization(String fullPath)
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
- Throws:
ObjectStreamException
-