Class UnitySurrogateSelector
Serialization support for List<T> and Dictionary<TKey,TValue> that doesn't rely on reflection
of private members in order to be useable under the CoreCLR security model (WebPlayer).
Inheritance
UnitySurrogateSelector
Assembly: UnityEngine.dll
Syntax
public class UnitySurrogateSelector : ISurrogateSelector
Methods
|
Improve this Doc
View Source
ChainSelector(ISurrogateSelector)
Declaration
public void ChainSelector(ISurrogateSelector selector)
Parameters
|
Improve this Doc
View Source
GetNextSelector()
Declaration
public ISurrogateSelector GetNextSelector()
Returns
|
Improve this Doc
View Source
GetSurrogate(Type, StreamingContext, out ISurrogateSelector)
Declaration
public ISerializationSurrogate GetSurrogate(Type type, StreamingContext context, out ISurrogateSelector selector)
Parameters
Returns
Implements
Extension Methods