public class LongSerializer extends Object implements Externalizable
| Constructor and Description |
|---|
LongSerializer() |
LongSerializer(ObjectInput in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public LongSerializer()
public LongSerializer(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.