TNet 3  3.0.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
TNSerializer.cs File Reference

Classes

struct  Vector4i
 
interface  TNet.IBinarySerializable
 If custom or simply more efficient serialization is desired, derive your class from IBinarySerializable. Ideal use case would be to reduce the amount of data sent over the network via RFCs. More...
 
struct  TNet.ObsInt
 Obfuscated type integer. Usable just like any integer, but when it's in memory it's not recognizable. Useful for avoiding CheatEngine lookups. More...
 
class  TNet.Serialization
 This class contains various serialization extension methods that make it easy to serialize any object into binary form that's smaller in size than what you would get by simply using the Binary Formatter. If you want more efficient serialization, implement IBinarySerializable. More...
 

Namespaces

package  TNet
 

Macros

#define REFLECTION_SUPPORT
 
#define IGNORE_ERRORS
 

Macro Definition Documentation

#define IGNORE_ERRORS
#define REFLECTION_SUPPORT