![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
A "no-op" TypeSerializer which can be used to make the NetSerializer ignore fields of certain type. For example, Delegates cannot be serializer by default, and NoOpSerializer could be used to ignore all subclasses of Delegate More...
Inherits NetSerializer.IStaticTypeSerializer.
A "no-op" TypeSerializer which can be used to make the NetSerializer ignore fields of certain type. For example, Delegates cannot be serializer by default, and NoOpSerializer could be used to ignore all subclasses of Delegate
Definition at line 21 of file NoOpSerializer.cs.