Package org.ikasan.marshaller
Interface ConfiguredSerialiser<SERIALISER>
- All Known Implementing Classes:
XmlFileJsonMarshaller,XmlFilePathnameJsonMarshaller,XmlInputStreamJsonMarshaller,XmlJsonMarshaller,XmlStringJsonMarshaller
public interface ConfiguredSerialiser<SERIALISER>
Contract for getting setting the serialiser on a marshaller.
- Author:
- Ikasan Development Team
-
Method Summary
Modifier and TypeMethodDescriptionGet the serialiser on an implementing classvoidsetSerialiser(SERIALISER serialiser) Set the serialiser on an implementing class
-
Method Details
-
setSerialiser
Set the serialiser on an implementing class- Parameters:
serialiser-
-
getSerialiser
SERIALISER getSerialiser()Get the serialiser on an implementing class- Returns:
- serialiser
-