Interface Marshallability

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Marshallability
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the specified object can be marshalled.
  • Field Details

  • Method Details

    • isMarshallable

      boolean isMarshallable(Object object)
      Indicates whether the specified object can be marshalled.
      Parameters:
      object - an object to be marshalled
      Returns:
      true, if the specified object can be marshalled, false otherwise