.. java:import:: java.nio ByteBuffer FloatConverter ============== .. java:package:: rsb.converter :noindex: .. java:type:: public class FloatConverter implements Converter A converter with wire type \ :java:ref:`ByteBuffer`\ that is capable of handling floats. :author: jwienke Fields ------ SIGNATURE ^^^^^^^^^ .. java:field:: public static final ConverterSignature SIGNATURE :outertype: FloatConverter Signature for \ :java:ref:`FloatConverter`\ instances. Methods ------- deserialize ^^^^^^^^^^^ .. java:method:: @Override public UserData deserialize(String wireSchema, ByteBuffer bytes) throws ConversionException :outertype: FloatConverter getSignature ^^^^^^^^^^^^ .. java:method:: @Override public ConverterSignature getSignature() :outertype: FloatConverter serialize ^^^^^^^^^ .. java:method:: @Override public WireContents serialize(Class typeInfo, Object data) throws ConversionException :outertype: FloatConverter