public static class SecurityTestUtils.Employee extends java.lang.Object implements PdxSerializable
Constructor and Description |
---|
Employee() |
Employee(java.lang.Long id,
java.lang.String fn,
java.lang.String ln) |
Modifier and Type | Method and Description |
---|---|
void |
fromData(PdxReader in)
For test purpose, to make sure the object is not deserialized
|
void |
toData(PdxWriter out)
Serializes the PDX fields using the given writer.
|
public Employee()
public Employee(java.lang.Long id, java.lang.String fn, java.lang.String ln)
public void fromData(PdxReader in)
fromData
in interface PdxSerializable
in
- the PdxReader
to use to read the PDX fields.public void toData(PdxWriter out)
PdxSerializable
toData
in interface PdxSerializable
out
- the PdxWriter
to use to write the PDX fields.