com.fasterxml.jackson.core

Class ObjectCodec

  • All Implemented Interfaces:
    Versioned


    public abstract class ObjectCodec
    extends TreeCodec
    implements Versioned
    Abstract class that defines the interface that JsonParser and JsonGenerator use to serialize and deserialize regular Java objects (POJOs aka Beans).

    The standard implementation of this class is com.fasterxml.jackson.databind.ObjectMapper, defined in the "jackson-databind".

Copyright © 2014-2015 FasterXML. All Rights Reserved.