All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.module.jsonorg.JSONBaseSerializer Maven / Gradle / Ivy

Go to download

Support for datatypes of "org.json" JSON library (see http://json.org/java), mainly to make it easier to upgrade code to Jackson, using automated conversions.

The newest version!
package com.fasterxml.jackson.module.jsonorg;

import org.codehaus.jackson.map.ser.SerializerBase;

abstract class JSONBaseSerializer extends SerializerBase
{
    protected JSONBaseSerializer(Class cls) { super(cls); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy