Class RecordedValuesSerializer
java.lang.Object
net.sf.jasperreports.engine.virtualization.RecordedValuesSerializer
- All Implemented Interfaces:
ObjectSerializer<JRRecordedValues>
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintvoidwrite(JRRecordedValues values, VirtualizationOutput out) protected voidwriteMap(VirtualizationOutput out, Map<String, Object> values)
-
Constructor Details
-
RecordedValuesSerializer
public RecordedValuesSerializer()
-
-
Method Details
-
typeValue
public int typeValue()- Specified by:
typeValuein interfaceObjectSerializer<JRRecordedValues>
-
defaultReferenceType
- Specified by:
defaultReferenceTypein interfaceObjectSerializer<JRRecordedValues>
-
defaultStoreReference
public boolean defaultStoreReference()- Specified by:
defaultStoreReferencein interfaceObjectSerializer<JRRecordedValues>
-
write
- Specified by:
writein interfaceObjectSerializer<JRRecordedValues>- Throws:
IOException
-
writeMap
- Throws:
IOException
-
read
- Specified by:
readin interfaceObjectSerializer<JRRecordedValues>- Throws:
IOException
-
readMap
- Throws:
IOException
-