Package

org.axonframework.scynapse.serialization

converters

Permalink

package converters

Visibility
  1. Public
  2. All

Type Members

  1. class ByteArrayToXmlElemConverter extends ContentTypeConverter[Array[Byte], Elem]

    Permalink

    This converter, together with the XmlElemToByteArrayConverter allow to deserialize events to standard scala XML.

    This converter, together with the XmlElemToByteArrayConverter allow to deserialize events to standard scala XML. This is used for Upcasting.

    It is not required to register this Converter in any way. This is done via the file "org.axonframework.serializer.ContentTypeConverter" in META-INF/services of this package

  2. class XmlElemToByteArrayConverter extends ContentTypeConverter[Elem, Array[Byte]]

    Permalink

    This converter, together with the ByteArrayToXmlElemConverter allow to deserialize events to standard scala XML.

    This converter, together with the ByteArrayToXmlElemConverter allow to deserialize events to standard scala XML. This is used for Upcasting.

    It is not required to register this Converter in any way. This is done via the file "org.axonframework.serializer.ContentTypeConverter" in META-INF/services of this package

Ungrouped