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