Class FloatJsonSerializer
java.lang.Object
jodd.json.impl.FloatJsonSerializer
- All Implemented Interfaces:
TypeJsonSerializer<Float>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanserialize(JsonContext jsonContext, Float value) Serializes a value and writes a JSON content.
-
Constructor Details
-
FloatJsonSerializer
public FloatJsonSerializer()
-
-
Method Details
-
serialize
Description copied from interface:TypeJsonSerializerSerializes a value and writes a JSON content. Returnstrueif content was written. Returnsfalseif content for some reason was not written.- Specified by:
serializein interfaceTypeJsonSerializer<Float>
-