Class JBossUserMarshaller

    • Constructor Detail

      • JBossUserMarshaller

        public JBossUserMarshaller()
    • Method Detail

      • isMarshallable

        public boolean isMarshallable​(java.lang.Object o)
                               throws java.lang.Exception
        Description copied from interface: Marshaller
        A method that checks whether the given object is marshallable as per the rules of this marshaller.
        Specified by:
        isMarshallable in interface Marshaller
        Overrides:
        isMarshallable in class AbstractJBossMarshaller
        Parameters:
        o - object to verify whether it's marshallable or not
        Returns:
        true if the object is marshallable, otherwise false
        Throws:
        java.lang.Exception - if while checking whether the object was serializable or not, an exception arose