Mod Helpers  v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
NetSerializer.NoOpSerializer Class Reference

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.

Detailed Description

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.


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