|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object service.id.IdentificationData
public abstract class IdentificationData
Abstract data for the identification service. This class is specialized depending of the concrete data to store.
Constructor Summary | |
---|---|
IdentificationData()
|
Method Summary | |
---|---|
byte[] |
serialize()
When using UDP socket, we must manage data under a byte array. |
static IdentificationData |
unserialize(byte[] data)
When using UDP socket, we must manage data under a byte array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentificationData()
Method Detail |
---|
public byte[] serialize()
public static IdentificationData unserialize(byte[] data)
data
- the serialized version of a data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |