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

com.zakgof.serialize.IUpgrader Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package com.zakgof.serialize;

public interface IUpgrader {

    byte getCurrentVersionOf(Class clazz);

    ClassStructure getStructureFor(Class clazz, byte classVersion);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy