Class AttivioAclConverter

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

    public class AttivioAclConverter
    extends AbstractConverter
    XStream serializer for AttivioAcl.
    • Constructor Detail

      • AttivioAclConverter

        public AttivioAclConverter()
    • Method Detail

      • marshal

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

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

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

        public static AttivioAcl fromXml​(org.dom4j.Element aclEl)
        Deserialize "aclEl" as an AttivioAcl.

        NOTE: the node name for aclEl must be "acl".