com.aliyun.openservices.shade.com.alibaba.fastjson.serializer.ContextObjectSerializer Maven / Gradle / Ivy
package com.aliyun.openservices.shade.com.aliyun.openservices.shade.com.alibaba.fastjson.serializer;
import java.io.IOException;
public interface ContextObjectSerializer extends ObjectSerializer {
void write(JSONSerializer serializer, //
Object object, //
BeanContext context) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy