Class DataContractSerializerSettings

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.DataContractSerialization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Private.DataContractSerialization
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Runtime.Serialization.DataContractSerializerSettings
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DataContractSerializerSettings

        public DataContractSerializerSettings​(java.lang.Object instance)
                                       throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DataContractSerializerSettings

        public DataContractSerializerSettings()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIgnoreExtensionDataObject

        public boolean getIgnoreExtensionDataObject()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIgnoreExtensionDataObject

        public void setIgnoreExtensionDataObject​(boolean IgnoreExtensionDataObject)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPreserveObjectReferences

        public boolean getPreserveObjectReferences()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPreserveObjectReferences

        public void setPreserveObjectReferences​(boolean PreserveObjectReferences)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSerializeReadOnlyTypes

        public boolean getSerializeReadOnlyTypes()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSerializeReadOnlyTypes

        public void setSerializeReadOnlyTypes​(boolean SerializeReadOnlyTypes)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaxItemsInObjectGraph

        public int getMaxItemsInObjectGraph()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxItemsInObjectGraph

        public void setMaxItemsInObjectGraph​(int MaxItemsInObjectGraph)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataContractResolver

        public DataContractResolver getDataContractResolver()
                                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDataContractResolver

        public void setDataContractResolver​(DataContractResolver DataContractResolver)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRootName

        public XmlDictionaryString getRootName()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRootName

        public void setRootName​(XmlDictionaryString RootName)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRootNamespace

        public XmlDictionaryString getRootNamespace()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRootNamespace

        public void setRootNamespace​(XmlDictionaryString RootNamespace)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable