Interface CombinedSerializer

    • Method Detail

      • getXmlType

        QName getXmlType()
        Returns the XML schema type processed by this serializer.
        Returns:
        Returns the XML schema type processed by this serializer.
      • getEncodeType

        boolean getEncodeType()
        Returns whether xsi:type information will be encoded
        Returns:
        Returns whether xsi:type information will be encoded
      • isNullable

        boolean isNullable()
        Returns whether serializer allows null values
        Returns:
        Returns whether serializer allows null values
      • getEncodingStyle

        String getEncodingStyle()
        Returns the encodingStyle of this serializer
        Returns:
        Returns the encodingStyle of this serializer
      • getInnermostSerializer

        CombinedSerializer getInnermostSerializer()
        Returns the serializer that actually does the serialization
        Returns:
        Returns the serializer that actually does the serialization