| Methods in com.threerings.stats.data with parameters of type Stat.AuxDataSource |
abstract void |
Stat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
Serializes this instance for storage in the item database. |
void |
ShortStringSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
MaxValueIntStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
MaxIntStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
IntStringSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
IntStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
IntSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
IntArrayStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
ByteStringSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
void |
ByteByteStringMapStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
|
abstract void |
Stat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
Unserializes this item from data obtained from the item database. |
void |
ShortStringSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
MaxValueIntStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
MaxIntStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
IntStringSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
IntStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
IntSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
IntArrayStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
ByteStringSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|
void |
ByteByteStringMapStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
|