T1 - type of first objectT2 - type of second objectT3 - type of third objectpublic static class Triple.Serializable<T1 extends Serializable,T2 extends Serializable,T3 extends Serializable> extends Triple<T1,T2,T3> implements Externalizable
Triple.Serializable<T1 extends Serializable,T2 extends Serializable,T3 extends Serializable>| Constructor and Description |
|---|
Serializable()
Constructor for serialization purpose only.
|
Serializable(T1 value1,
T2 value2,
T3 value3)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2019. All rights reserved.