You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > SerializationBinder Class > SerializationBinder Methods > BindToName Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
SerializationBinder.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 Assembly name of the serialized object. 
typeName 
Specifies the 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.