Class LangSerializationContextInitializer
java.lang.Object
org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
- All Implemented Interfaces:
SerializationContextInitializer
Serialization context initializer for the
java.lang package.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionLangSerializationContextInitializer(ClassLoaderMarshaller loaderMarshaller) Creates a serialization context initializer for the thejava.langpackage using the specified class loader marshaller. -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterMarshallers(SerializationContext context) Registers a number of marshallers.Methods inherited from class AbstractSerializationContextInitializer
registerSchema, toString
-
Constructor Details
-
LangSerializationContextInitializer
Creates a serialization context initializer for the thejava.langpackage using the specified class loader marshaller.- Parameters:
loaderMarshaller- a class loader marshaller
-
-
Method Details
-
registerMarshallers
Description copied from interface:SerializationContextInitializerRegisters a number of marshallers.- Parameters:
context- the context into which marshallers should be registered.
-