Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.SurrogateSelector Class Reference

Public Member Functions

virtual void AddSurrogate (Type type, StreamingContext context, ISerializationSurrogate surrogate)
 
virtual void ChainSelector (ISurrogateSelector selector)
 
virtual ? ISurrogateSelector GetNextSelector ()
 
virtual ? ISerializationSurrogate GetSurrogate (Type type, StreamingContext context, out ISurrogateSelector selector)
 
virtual void RemoveSurrogate (Type type, StreamingContext context)
 

Package Attributes

readonly SurrogateHashtable _surrogates = new SurrogateHashtable(32)
 
ISurrogateSelector _nextSelector
 

Static Private Member Functions

static bool HasCycle (ISurrogateSelector selector)
 

Detailed Description

Definition at line 3 of file SurrogateSelector.cs.


The documentation for this class was generated from the following file: