|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsefa.flr.FlrIOFactory
net.sf.jsefa.flr.FlrIOFactoryImpl
public final class FlrIOFactoryImpl
Default implementation of FlrIOFactory.
Instances of this class are immutable and thread-safe.
| Method Summary | |
|---|---|
FlrDeserializer |
createDeserializer()
Creates a new Deserializer. |
static FlrIOFactory |
createFactory(FlrConfiguration config)
Creates a new FlrIOFactory for FlrSerializers and
FlrDeserializers using the given configuration. |
FlrSerializer |
createSerializer()
Creates a new Serializer. |
| Methods inherited from class net.sf.jsefa.flr.FlrIOFactory |
|---|
createFactory, createFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FlrIOFactory createFactory(FlrConfiguration config)
FlrIOFactory for FlrSerializers and
FlrDeserializers using the given configuration.
config - the configuration object.
FlrIOFactory factory
IOFactoryExceptionpublic FlrSerializer createSerializer()
Serializer.
createSerializer in interface IOFactorycreateSerializer in class FlrIOFactorySerializerpublic FlrDeserializer createDeserializer()
Deserializer.
createDeserializer in interface IOFactorycreateDeserializer in class FlrIOFactoryDeserializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||