Class ShortSerializer
java.lang.Object
org.eclipse.yasson.internal.serializer.types.TypeSerializer<Short>
org.eclipse.yasson.internal.serializer.types.AbstractNumberSerializer<Short>
org.eclipse.yasson.internal.serializer.types.ShortSerializer
- All Implemented Interfaces:
ModelSerializer
Serializer of the
Short type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidwriteValue(Short value, jakarta.json.stream.JsonGenerator generator) Methods inherited from class AbstractNumberSerializer
serializeValueMethods inherited from class TypeSerializer
serialize, serializeKey
-
Constructor Details
-
ShortSerializer
ShortSerializer(TypeSerializerBuilder builder)
-
-
Method Details
-
writeValue
- Specified by:
writeValuein classAbstractNumberSerializer<Short>
-