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

com.alibaba.fastjson.serializer.JSONSerializerMap Maven / Gradle / Ivy

There is a newer version: 3.2.26
Show newest version
package com.alibaba.fastjson.serializer;


@Deprecated
public class JSONSerializerMap extends SerializeConfig {
    public final boolean put(Class clazz, ObjectSerializer serializer) {
        return super.put(clazz, serializer);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy