Package com.tagtraum.beatunes
Class BigIntegerPersistenceDelegate
- java.lang.Object
-
- java.beans.PersistenceDelegate
-
- java.beans.DefaultPersistenceDelegate
-
- com.tagtraum.beatunes.BigIntegerPersistenceDelegate
-
public class BigIntegerPersistenceDelegate extends DefaultPersistenceDelegate
BigIntegerPersistenceDelegate.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description BigIntegerPersistenceDelegate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
install()
protected Expression
instantiate(Object oldInstance, Encoder out)
-
Methods inherited from class java.beans.DefaultPersistenceDelegate
initialize, mutatesTo
-
Methods inherited from class java.beans.PersistenceDelegate
writeObject
-
-
-
-
Method Detail
-
install
public static void install()
-
instantiate
protected Expression instantiate(Object oldInstance, Encoder out)
- Overrides:
instantiate
in classDefaultPersistenceDelegate
-
-