|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.code.morphia.mapping.Serializer
play.modules.morphia.utils.Serializer
public class Serializer
Helper class to help serialize java object like BitSet The code dealing with BitSet/byte[] conversion comes from http://stackoverflow.com/questions/1378171/writing-a-bitset-to-a-file-in-java
| Constructor Summary | |
|---|---|
Serializer()
|
|
| Method Summary | |
|---|---|
static java.util.BitSet |
asBitSet(byte[] ba)
|
static byte[] |
fromBitSet(java.util.BitSet bs)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Serializer()
| Method Detail |
|---|
public static java.util.BitSet asBitSet(byte[] ba)
public static byte[] fromBitSet(java.util.BitSet bs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||