Method | Description | |
---|---|---|
ChainSelector ( System selector ) : void | ||
GetNextSelector ( ) : System.Runtime.Serialization.ISurrogateSelector | ||
GetObjectData ( object obj, System info, System context ) : void | ||
GetSurrogate ( System type, System context, System &selector ) : System.Runtime.Serialization.ISerializationSurrogate | ||
MigrationSurrogateSelector ( |
||
SetObjectData ( object obj, System info, System context, System selector ) : object |
public ChainSelector ( System selector ) : void | ||
selector | System | |
return | void |
public GetNextSelector ( ) : System.Runtime.Serialization.ISurrogateSelector | ||
return | System.Runtime.Serialization.ISurrogateSelector |
public GetObjectData ( object obj, System info, System context ) : void | ||
obj | object | |
info | System | |
context | System | |
return | void |
public GetSurrogate ( System type, System context, System &selector ) : System.Runtime.Serialization.ISerializationSurrogate | ||
type | System | |
context | System | |
selector | System | |
return | System.Runtime.Serialization.ISerializationSurrogate |
public MigrationSurrogateSelector ( |
||
context | ||
return | System |
public SetObjectData ( object obj, System info, System context, System selector ) : object | ||
obj | object | |
info | System | |
context | System | |
selector | System | |
return | object |