You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -117,13 +117,11 @@ namespace System.Runtime.Serialization.Json
|
||||
{
|
||||
}
|
||||
|
||||
#if NET_4_5
|
||||
public DataContractJsonSerializer (Type type, DataContractJsonSerializerSettings settings)
|
||||
: this (type, settings.RootName, settings.KnownTypes, settings.MaxItemsInObjectGraph, settings.IgnoreExtensionDataObject,
|
||||
settings.DataContractSurrogate, false)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
#endregion
|
||||
|
||||
@ -271,7 +269,6 @@ namespace System.Runtime.Serialization.Json
|
||||
writer.WriteEndElement ();
|
||||
}
|
||||
|
||||
#if NET_4_5
|
||||
[MonoTODO]
|
||||
public DateTimeFormat DateTimeFormat {
|
||||
get { throw new NotImplementedException (); }
|
||||
@ -291,7 +288,6 @@ namespace System.Runtime.Serialization.Json
|
||||
public bool UseSimpleDictionaryFormat {
|
||||
get { throw new NotImplementedException (); }
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user