FloatConverter

public class FloatConverter implements Converter<ByteBuffer>

A converter with wire type ByteBuffer that is capable of handling floats.

Author

jwienke

Fields

SIGNATURE

public static final ConverterSignature SIGNATURE

Signature for FloatConverter instances.

Methods

deserialize

public UserData<ByteBuffer> deserialize(String wireSchema, ByteBuffer bytes)

getSignature

public ConverterSignature getSignature()

serialize

public WireContents<ByteBuffer> serialize(Class<?> typeInfo, Object data)