|
Terraria v1.4.4.9
Terraria source code documentation
|
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) |
Definition at line 3 of file SurrogateSelector.cs.