Class RecordedValuesSerializer
- java.lang.Object
-
- net.sf.jasperreports.engine.virtualization.RecordedValuesSerializer
-
- All Implemented Interfaces:
ObjectSerializer<JRRecordedValues>
public class RecordedValuesSerializer extends Object implements ObjectSerializer<JRRecordedValues>
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description RecordedValuesSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceType
defaultReferenceType()
boolean
defaultStoreReference()
JRRecordedValues
read(VirtualizationInput in)
protected Map<String,Object>
readMap(VirtualizationInput in)
int
typeValue()
void
write(JRRecordedValues values, VirtualizationOutput out)
protected void
writeMap(VirtualizationOutput out, Map<String,Object> values)
-
-
-
Method Detail
-
typeValue
public int typeValue()
- Specified by:
typeValue
in interfaceObjectSerializer<JRRecordedValues>
-
defaultReferenceType
public ReferenceType defaultReferenceType()
- Specified by:
defaultReferenceType
in interfaceObjectSerializer<JRRecordedValues>
-
defaultStoreReference
public boolean defaultStoreReference()
- Specified by:
defaultStoreReference
in interfaceObjectSerializer<JRRecordedValues>
-
write
public void write(JRRecordedValues values, VirtualizationOutput out) throws IOException
- Specified by:
write
in interfaceObjectSerializer<JRRecordedValues>
- Throws:
IOException
-
writeMap
protected void writeMap(VirtualizationOutput out, Map<String,Object> values) throws IOException
- Throws:
IOException
-
read
public JRRecordedValues read(VirtualizationInput in) throws IOException
- Specified by:
read
in interfaceObjectSerializer<JRRecordedValues>
- Throws:
IOException
-
readMap
protected Map<String,Object> readMap(VirtualizationInput in) throws IOException
- Throws:
IOException
-
-