|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.map.SerializerFactory
public abstract class SerializerFactory
Abstract class that defines API used by SerializerProvider
to obtain actual
JsonSerializer instances from multiple distinct factories.
| Constructor Summary | |
|---|---|
SerializerFactory()
|
|
| Method Summary | ||
|---|---|---|
abstract
|
createSerializer(java.lang.Class<T> type,
SerializationConfig config)
Method called to create (or, for completely immutable serializers, reuse) a serializer for given type. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializerFactory()
| Method Detail |
|---|
public abstract <T> JsonSerializer<T> createSerializer(java.lang.Class<T> type,
SerializationConfig config)
type - Type to be serializedconfig - Generic serialization configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||