5051525354555657585960
*/ public Float getValue() { if (value != null) return value; ReadableBytes readableBytes = readable(); value = readableBytes.readFloat(); return value; } /** * Returns the number of bytes needed to serialize the persistent data.