Class UTType.SerializedData

  • Enclosing class:
    UTType

    public static class UTType.SerializedData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializedData()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String BinaryPropertyList()  
      static java.lang.String JSON()  
      static java.lang.String PropertyList()  
      static java.lang.String XMLPropertyList()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializedData

        public SerializedData()
    • Method Detail

      • JSON

        public static java.lang.String JSON()
        Since:
        Available in iOS 8.0 and later.
      • PropertyList

        public static java.lang.String PropertyList()
        Since:
        Available in iOS 8.0 and later.
      • XMLPropertyList

        public static java.lang.String XMLPropertyList()
        Since:
        Available in iOS 8.0 and later.
      • BinaryPropertyList

        public static java.lang.String BinaryPropertyList()
        Since:
        Available in iOS 8.0 and later.