System.Runtime.Serialization.Json.DataContractJsonSerializerImpl.DataContractJsonSerializerImpl C# (CSharp) 메소드

DataContractJsonSerializerImpl() 공개 메소드

public DataContractJsonSerializerImpl ( Type type ) : System.Runtime.Serialization
type System.Type
리턴 System.Runtime.Serialization
        public DataContractJsonSerializerImpl(Type type)
            : this(type, (IEnumerable<Type>)null)
        {
        }

Same methods

DataContractJsonSerializerImpl::DataContractJsonSerializerImpl ( Type type, DataContractJsonSerializerSettings settings ) : System.Runtime.Serialization
DataContractJsonSerializerImpl::DataContractJsonSerializerImpl ( Type type, IEnumerable knownTypes ) : System.Runtime.Serialization
DataContractJsonSerializerImpl::DataContractJsonSerializerImpl ( Type type, XmlDictionaryString rootName, IEnumerable knownTypes ) : System.Runtime.Serialization
DataContractJsonSerializerImpl::DataContractJsonSerializerImpl ( Type type, XmlDictionaryString rootName, IEnumerable knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool alwaysEmitTypeInformation ) : System.Runtime.Serialization