public class RecordedValuesSerializer extends Object implements ObjectSerializer<JRRecordedValues>
| Constructor and Description |
|---|
RecordedValuesSerializer() |
| Modifier and Type | Method and 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) |
public int typeValue()
typeValue in interface ObjectSerializer<JRRecordedValues>public ReferenceType defaultReferenceType()
defaultReferenceType in interface ObjectSerializer<JRRecordedValues>public boolean defaultStoreReference()
defaultStoreReference in interface ObjectSerializer<JRRecordedValues>public void write(JRRecordedValues values, VirtualizationOutput out) throws IOException
write in interface ObjectSerializer<JRRecordedValues>IOExceptionprotected void writeMap(VirtualizationOutput out, Map<String,Object> values) throws IOException
IOExceptionpublic JRRecordedValues read(VirtualizationInput in) throws IOException
read in interface ObjectSerializer<JRRecordedValues>IOExceptionprotected Map<String,Object> readMap(VirtualizationInput in) throws IOException
IOExceptionCopyright © 2017. All rights reserved.