Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.io
Interface SerializerFactory

All Known Implementing Classes:
ConfigurableSerializerFactory

public interface SerializerFactory

A factory for Serializer objects.

Since:
Coherence 3.7
Author:
lh/jh 2010.11.30

Method Summary
 Serializer createSerializer(java.lang.ClassLoader loader)
          Create a new Serializer.

 

Method Detail

createSerializer

Serializer createSerializer(java.lang.ClassLoader loader)
Create a new Serializer.

If the new Serializer is an instance of ClassLoaderAware and the specified ClassLoader is non-null, the new Serializer will be configured with the ClassLoader before it is returned to the caller.

Parameters:
loader - the optional ClassLoader with which to configure the new Serializer.
Returns:
the new Serializer

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.