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
IOException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.