public class DefaultMarshaller extends Object implements Marshaller<Object>
Modifier and Type | Field and Description |
---|---|
static DefaultMarshaller |
INSTANCE |
Constructor and Description |
---|
DefaultMarshaller() |
public static final DefaultMarshaller INSTANCE
public byte[] serialize(Object object) throws IOException
serialize
in interface Marshaller<Object>
IOException
public Object deserialize(byte[] bytes) throws IOException
deserialize
in interface Marshaller<Object>
IOException
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.