com.fasterxml.jackson.core

Class ObjectCodec



  • public abstract class ObjectCodec
    extends Object
    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 © 2012 FasterXML. All Rights Reserved.