Class IntegerSerializer
java.lang.Object
net.sf.jasperreports.engine.virtualization.IntegerSerializer
- All Implemented Interfaces:
ObjectSerializer<Integer>
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
void
write
(Integer value, VirtualizationOutput out)
-
Constructor Details
-
IntegerSerializer
public IntegerSerializer()
-
-
Method Details
-
typeValue
public int typeValue()- Specified by:
typeValue
in interfaceObjectSerializer<Integer>
-
defaultReferenceType
- Specified by:
defaultReferenceType
in interfaceObjectSerializer<Integer>
-
defaultStoreReference
public boolean defaultStoreReference()- Specified by:
defaultStoreReference
in interfaceObjectSerializer<Integer>
-
write
- Specified by:
write
in interfaceObjectSerializer<Integer>
- Throws:
IOException
-
read
- Specified by:
read
in interfaceObjectSerializer<Integer>
- Throws:
IOException
-