
love.forte.simbot.serialization.json.fastjson.FastJsonSerializerConfiguration Maven / Gradle / Ivy
/*
*
* * Copyright (c) 2020. ForteScarlet All rights reserved.
* * Project simple-robot
* * File MiraiAvatar.kt
* *
* * You can contact the author through the following channels:
* * github https://github.com/ForteScarlet
* * gitee https://gitee.com/ForteScarlet
* * email [email protected]
* * QQ 1149159218
*
*/
package love.forte.simbot.serialization.json.fastjson;
import love.forte.common.ioc.annotation.ConfigBeans;
import love.forte.common.ioc.annotation.SpareBeans;
/**
*
* fastjson serializer 配置类。
*
* @author ForteScarlet
*/
@ConfigBeans
public class FastJsonSerializerConfiguration {
@SpareBeans("fastJsonSerializerFactory")
public FastJsonSerializerFactory fastJsonSerializerFactory(){
return new FastJsonSerializerFactory();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy