@HandleClassMetadata @HandleBeanView public static final class DefaultConverters.IntegerConverter extends Object implements Converter<Integer>
Modifier and Type | Field and Description |
---|---|
static DefaultConverters.IntegerConverter |
instance |
Modifier and Type | Method and Description |
---|---|
Integer |
deserialize(ObjectReader reader,
Context ctx) |
void |
serialize(Integer obj,
ObjectWriter writer,
Context ctx) |
public static final DefaultConverters.IntegerConverter instance
public void serialize(Integer obj, ObjectWriter writer, Context ctx)
serialize
in interface Converter<Integer>
serialize
in interface Serializer<Integer>
obj
- we want to serialize. The object is of type T or a subclass (if this serializer
has been registered for subclasses).writer
- to use to write data to the output stream.ctx
- the current context.public Integer deserialize(ObjectReader reader, Context ctx)
deserialize
in interface Converter<Integer>
deserialize
in interface Deserializer<Integer>
reader
- used to read data from.ctx
- the current context.Copyright © 2019. All rights reserved.