Class AttivioPrincipalKeyConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    public class AttivioPrincipalKeyConverter
    extends AbstractConverter
    XStream serializer for AttivioPrincipalKey.
    • Field Detail

      • REALM_ID

        public static final java.lang.String REALM_ID
        The 'realm-id' attribute.
        See Also:
        Constant Field Values
      • PRINCIPAL_ID

        public static final java.lang.String PRINCIPAL_ID
        The 'principal-id' attribute.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttivioPrincipalKeyConverter

        public AttivioPrincipalKeyConverter()
    • Method Detail

      • marshal

        public void marshal​(java.lang.Object source,
                            com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                            com.thoughtworks.xstream.converters.MarshallingContext context)
      • unmarshal

        public AttivioPrincipalKey unmarshal​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                             com.thoughtworks.xstream.converters.UnmarshallingContext context)
      • canConvert

        public boolean canConvert​(java.lang.Class type)