|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassesHistory | |
|---|---|
| org.fuin.serialver4j.base | |
| org.fuin.serialver4j.hessian | |
| org.fuin.serialver4j.xstream | |
| Uses of ClassesHistory in org.fuin.serialver4j.base |
|---|
| Methods in org.fuin.serialver4j.base that return ClassesHistory | |
|---|---|
static ClassesHistory |
ArchivedHistoryBuilder.create(String versionTag,
ConverterFactory converterFactory,
String packageName)
Collects all classes with a Archived annotation and creates a
history object with that information. |
static ClassesHistory |
Utils.readFromFile(File file)
Reads the history from an XML file. |
| Methods in org.fuin.serialver4j.base with parameters of type ClassesHistory | |
|---|---|
static void |
Utils.writeToFile(File file,
ClassesHistory history)
Writes the history into an XML file. |
| Constructors in org.fuin.serialver4j.base with parameters of type ClassesHistory | |
|---|---|
VersioningJavaSerializer(ClassesHistory history)
Constructor with history. |
|
VersioningObjectInputStream(ClassesHistory history,
InputStream in)
Constructor with history. |
|
| Uses of ClassesHistory in org.fuin.serialver4j.hessian |
|---|
| Constructors in org.fuin.serialver4j.hessian with parameters of type ClassesHistory | |
|---|---|
AbstractVersioningHessianSerializer(ClassesHistory history,
int pushbackBufSize,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Constructor with history. |
|
VersioningBurlapSerializer(ClassesHistory history)
Constructor with history. |
|
VersioningBurlapSerializer(ClassesHistory history,
int pushbackBufSize,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Constructor with history. |
|
VersioningBurlapSerializer(ClassesHistory history,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Constructor with history and serializer factory. |
|
VersioningHessian2Serializer(ClassesHistory history)
Constructor with history. |
|
VersioningHessian2Serializer(ClassesHistory history,
int pushbackBufSize,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Constructor with history. |
|
VersioningHessian2Serializer(ClassesHistory history,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Constructor with history and serializer factory. |
|
VersioningHessianSerializer(ClassesHistory history)
Constructor with history. |
|
VersioningHessianSerializer(ClassesHistory history,
int pushbackBufSize,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Constructor with history. |
|
VersioningHessianSerializer(ClassesHistory history,
com.caucho.hessian.io.SerializerFactory serializerFactory)
Constructor with history and serializer factory. |
|
| Uses of ClassesHistory in org.fuin.serialver4j.xstream |
|---|
| Constructors in org.fuin.serialver4j.xstream with parameters of type ClassesHistory | |
|---|---|
VersioningXStreamSerializer(ClassesHistory history,
com.thoughtworks.xstream.XStream xstream,
int pushbackBufSize)
Constructor with history, xstream and push back buffer size. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||