org.jboss.marshalling.serial
Class SerialMarshallerFactory
java.lang.Object
org.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.serial.SerialMarshallerFactory
- All Implemented Interfaces:
- MarshallerFactory
public final class SerialMarshallerFactory
- extends AbstractMarshallerFactory
- implements MarshallerFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerialMarshallerFactory
public SerialMarshallerFactory()
- Construct a new instance of a River marshaller factory.
getDefaultStreamHeader
protected StreamHeader getDefaultStreamHeader()
- Overrides:
getDefaultStreamHeader in class AbstractMarshallerFactory
getDefaultVersion
protected int getDefaultVersion()
- Overrides:
getDefaultVersion in class AbstractMarshallerFactory
createUnmarshaller
public Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
throws IOException
- Specified by:
createUnmarshaller in interface MarshallerFactory
- Throws:
IOException
createMarshaller
public Marshaller createMarshaller(MarshallingConfiguration configuration)
throws IOException
- Specified by:
createMarshaller in interface MarshallerFactory
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.