public class SampleEventConverter extends Object
Constructor and Description |
---|
SampleEventConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class arg0) |
static String |
getVersion()
Returns the converter version; used to check for possible
incompatibilities
|
void |
marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
Object |
unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
public static String getVersion()
public boolean canConvert(Class arg0)
public void marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context)
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.