Class NodeSerialization
java.lang.Object
com.fasterxml.jackson.databind.node.NodeSerialization
- All Implemented Interfaces:
Externalizable,Serializable
Helper value class only used during JDK serialization: contains JSON as `byte[]`
- Since:
- 2.10
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]protected static final intprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate byte[]_read(ObjectInput in, int expLen) static NodeSerializationvoidprotected Objectvoid
-
Field Details
-
LONGEST_EAGER_ALLOC
protected static final int LONGEST_EAGER_ALLOC- See Also:
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
json
public byte[] json
-
-
Constructor Details
-
NodeSerialization
public NodeSerialization() -
NodeSerialization
public NodeSerialization(byte[] b)
-
-
Method Details
-
readResolve
-
from
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-
_read
- Throws:
IOException
-