As of version 0.9.9 of Jackson, most functionality has been moved away from this class: all serialization and deserialization features are now accessible through either {@link ObjectMapper} or {@link JsonParser} and{@link JsonGenerator}. The remaining functionality is limited to {@link JsonNodeFactory} implementation which allows constructingtyped {@link JsonNode} instances.
|
|