You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > DefaultSerializationBinder Class > DefaultSerializationBinder Methods > BindToName Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
DefaultSerializationBinder.BindToName Method

When overridden in a derived class, controls the binding of a serialized object to a type.

Syntax
C++
C#
Visual Basic
public: void BindToName( Type serializedType, out string assemblyName, out string typeName );
Parameters
Parameters 
Description 
serializedType 
The type of the object the formatter creates a new instance of. 
assemblyName 
Specifies the T:System.Reflection.Assembly name of the serialized object.  
typeName 
Specifies the T:System.Type name of the serialized object.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.