Class RecordedValuesSerializer
- java.lang.Object
-
- net.sf.jasperreports.engine.virtualization.RecordedValuesSerializer
-
- All Implemented Interfaces:
ObjectSerializer<JRRecordedValues>
public class RecordedValuesSerializer extends java.lang.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 java.util.Map<java.lang.String,java.lang.Object>readMap(VirtualizationInput in)inttypeValue()voidwrite(JRRecordedValues values, VirtualizationOutput out)protected voidwriteMap(VirtualizationOutput out, java.util.Map<java.lang.String,java.lang.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 java.io.IOException
- Specified by:
writein interfaceObjectSerializer<JRRecordedValues>- Throws:
java.io.IOException
-
writeMap
protected void writeMap(VirtualizationOutput out, java.util.Map<java.lang.String,java.lang.Object> values) throws java.io.IOException
- Throws:
java.io.IOException
-
read
public JRRecordedValues read(VirtualizationInput in) throws java.io.IOException
- Specified by:
readin interfaceObjectSerializer<JRRecordedValues>- Throws:
java.io.IOException
-
readMap
protected java.util.Map<java.lang.String,java.lang.Object> readMap(VirtualizationInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-