JBoss Marshalling 1.4.1.Final

org.jboss.marshalling.serial
Class SerialMarshallerFactory

java.lang.Object
  extended by org.jboss.marshalling.AbstractMarshallerFactory
      extended by org.jboss.marshalling.serial.SerialMarshallerFactory
All Implemented Interfaces:
MarshallerFactory

public final class SerialMarshallerFactory
extends AbstractMarshallerFactory
implements MarshallerFactory


Constructor Summary
SerialMarshallerFactory()
          Construct a new instance of a River marshaller factory.
 
Method Summary
 Marshaller createMarshaller(MarshallingConfiguration configuration)
           
 Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
           
protected  StreamHeader getDefaultStreamHeader()
           
protected  int getDefaultVersion()
           
 
Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultObjectResolver, getDefaultObjectTable, getMinimumBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialMarshallerFactory

public SerialMarshallerFactory()
Construct a new instance of a River marshaller factory.

Method Detail

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

JBoss Marshalling 1.4.1.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.