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>
IOException
protected void writeMap(VirtualizationOutput out, Map<String,Object> values) throws IOException
IOException
public JRRecordedValues read(VirtualizationInput in) throws IOException
read
in interface ObjectSerializer<JRRecordedValues>
IOException
protected Map<String,Object> readMap(VirtualizationInput in) throws IOException
IOException
Copyright © 2016. All rights reserved.