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

com.alachisoft.ncache.serialization.standard.io.surrogates.VersionCompatibleXExternalizableSerializationSurrogate Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.alachisoft.ncache.serialization.standard.io.surrogates;

/**
 * @author usama_tariq
 */
public class VersionCompatibleXExternalizableSerializationSurrogate extends XExternalizableSerializationSurrogate {

    public VersionCompatibleXExternalizableSerializationSurrogate(Class type) {
        super(type);
    }

    @Override
    public boolean isVersionCompatible() {
        return true;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy