@@ -1078,11 +1078,11 @@ public ServerCertificateCustomValidationArgs(System.Security.Cryptography.X509Ce
10781078namespace Azure . Core . Serialization
10791079{
10801080 [ System . AttributeUsageAttribute ( System . AttributeTargets . Class ) ]
1081- public sealed partial class AbstractHierarchyDeserializerAttribute : System . Attribute
1081+ public sealed partial class DeserializationProxyAttribute : System . Attribute
10821082 {
1083- public AbstractHierarchyDeserializerAttribute ( [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . NonPublicConstructors | System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type typeToActivate ) { }
1083+ public DeserializationProxyAttribute ( [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . NonPublicConstructors | System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type proxyType ) { }
10841084 [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . NonPublicConstructors | System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ]
1085- public System . Type TypeToActivate { get { throw null ; } }
1085+ public System . Type ProxyType { get { throw null ; } }
10861086 }
10871087 [ System . Diagnostics . DebuggerDisplayAttribute ( "{DebuggerDisplay,nq}" ) ]
10881088 public sealed partial class DynamicData : System . Dynamic . IDynamicMetaObjectProvider , System . IDisposable
@@ -1158,10 +1158,10 @@ public override void Write(System.Text.Json.Utf8JsonWriter writer, Azure.Core.Se
11581158 }
11591159 public static partial class ModelSerializer
11601160 {
1161- public static object Deserialize ( System . BinaryData data , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . NonPublicConstructors | System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type returnType , Azure . Core . Serialization . ModelSerializerFormat format ) { throw null ; }
1162- public static object Deserialize ( System . BinaryData data , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . NonPublicConstructors | System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type returnType , Azure . Core . Serialization . ModelSerializerOptions ? options = null ) { throw null ; }
1163- public static T Deserialize < T > ( System . BinaryData data , Azure . Core . Serialization . ModelSerializerFormat format ) where T : Azure . Core . Serialization . IModelSerializable < T > { throw null ; }
1164- public static T Deserialize < T > ( System . BinaryData data , Azure . Core . Serialization . ModelSerializerOptions ? options = null ) where T : Azure . Core . Serialization . IModelSerializable < T > { throw null ; }
1161+ public static object ? Deserialize ( System . BinaryData data , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . NonPublicConstructors | System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type returnType , Azure . Core . Serialization . ModelSerializerFormat format ) { throw null ; }
1162+ public static object ? Deserialize ( System . BinaryData data , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . NonPublicConstructors | System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type returnType , Azure . Core . Serialization . ModelSerializerOptions ? options = null ) { throw null ; }
1163+ public static T ? Deserialize < T > ( System . BinaryData data , Azure . Core . Serialization . ModelSerializerFormat format ) where T : Azure . Core . Serialization . IModelSerializable < T > { throw null ; }
1164+ public static T ? Deserialize < T > ( System . BinaryData data , Azure . Core . Serialization . ModelSerializerOptions ? options = null ) where T : Azure . Core . Serialization . IModelSerializable < T > { throw null ; }
11651165 public static System . BinaryData Serialize ( object model , Azure . Core . Serialization . ModelSerializerFormat format ) { throw null ; }
11661166 public static System . BinaryData Serialize ( object model , Azure . Core . Serialization . ModelSerializerOptions ? options = null ) { throw null ; }
11671167 public static System . BinaryData SerializeCore ( Azure . Core . Serialization . IModelJsonSerializable < object > model , Azure . Core . Serialization . ModelSerializerOptions options ) { throw null ; }
@@ -1192,7 +1192,7 @@ public partial class ModelSerializerOptions
11921192 public ModelSerializerOptions ( ) { }
11931193 public ModelSerializerOptions ( Azure . Core . Serialization . ModelSerializerFormat format ) { }
11941194 public Azure . Core . Serialization . ModelSerializerFormat Format { get { throw null ; } }
1195- public System . Func < System . Type , Azure . Core . Serialization . ObjectSerializer > ? GenericTypeSerializerCreator { get { throw null ; } set { } }
1195+ public System . Func < System . Type , Azure . Core . Serialization . ObjectSerializer > ? ObjectSerializerResolver { get { throw null ; } set { } }
11961196 }
11971197 public abstract partial class ObjectSerializer
11981198 {
0 commit comments