com.jarvis.cache.serializer.KryoSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autoload-cache-serializer-kryo Show documentation
Show all versions of autoload-cache-serializer-kryo Show documentation
The serializer module of autoload-cache project
package com.jarvis.cache.serializer;
import com.jarvis.cache.serializer.kryo.CacheWrapperSerializer;
import com.jarvis.cache.serializer.kryo.DefaultKryoContext;
import com.jarvis.cache.serializer.kryo.KryoClassRegistration;
import com.jarvis.cache.serializer.kryo.KryoContext;
import com.jarvis.cache.to.CacheWrapper;
import com.jarvis.lib.util.BeanUtil;
import lombok.extern.slf4j.Slf4j;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import java.util.Calendar;
import java.util.Date;
/**
* autoload cache kryo serializer
*
* @author stevie.wong
*/
@Slf4j
public class KryoSerializer implements ISerializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy