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 ReferenceTypedefaultReferenceType()booleandefaultStoreReference()JRRecordedValuesread(VirtualizationInput in)protected Map<String,Object>readMap(VirtualizationInput in)inttypeValue()voidwrite(JRRecordedValues values, VirtualizationOutput out)protected voidwriteMap(VirtualizationOutput out, Map<String,Object> values)
-
-
-
Method Detail
-
typeValue
public int typeValue()
- Specified by:
typeValuein interfaceObjectSerializer<JRRecordedValues>
-
defaultReferenceType
public ReferenceType defaultReferenceType()
- Specified by:
defaultReferenceTypein interfaceObjectSerializer<JRRecordedValues>
-
defaultStoreReference
public boolean defaultStoreReference()
- Specified by:
defaultStoreReferencein interfaceObjectSerializer<JRRecordedValues>
-
write
public void write(JRRecordedValues values, VirtualizationOutput out) throws IOException
- Specified by:
writein 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:
readin interfaceObjectSerializer<JRRecordedValues>- Throws:
IOException
-
readMap
protected Map<String,Object> readMap(VirtualizationInput in) throws IOException
- Throws:
IOException
-
-