Свойство | Type | Description | |
---|---|---|---|
SerializableType | System | ||
SerializableType | System | ||
SerializableType | System |
Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetSystemType ( ) : |
Returns the serialized System.Type
|
|
ToString ( ) : string |
Méthode | Description | |
---|---|---|
SerializableType ( ) : System | ||
SerializableType ( |
This class is used to place type information on the wire. Since the wire protocol is Provider independent, only interface types are stored. Usually this is used to declare the type of the following IPersistenceObject. Since the InterfaceType.Factory cannot be serialiezed, this class cannot provide full dehydration. Use GetSystemType and your own factory to retrieve InterfaceType. |
|
SerializableType ( string typeName, string assemblyQualifiedName, |