public class ShortSerializer extends Object implements Externalizable
| Constructor and Description |
|---|
ShortSerializer() |
ShortSerializer(ObjectInput in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public ShortSerializer()
public ShortSerializer(ObjectInput in) throws IOException
IOExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.