Class JsonPointer.Serialization

java.lang.Object
tools.jackson.core.JsonPointer.Serialization
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
JsonPointer

static class JsonPointer.Serialization extends Object implements Externalizable
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