Interface Marshaller

    • Method Detail

      • supports

        boolean supports​(Class<?> clazz)
        Indicate whether this marshaller can marshal instances of the supplied type.
        Parameters:
        clazz - the class that this marshaller is being asked if it can marshal
        Returns:
        true if this marshaller can indeed marshal instances of the supplied class; false otherwise