public class Employee
extends java.lang.Object
implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
Employee(int id,
java.lang.String name,
java.util.Date birthday,
Company employer) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(java.io.DataInput in) |
void |
toData(java.io.DataOutput out) |
public Employee(int id,
java.lang.String name,
java.util.Date birthday,
Company employer)
public void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionpublic void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.