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