Namespace FishNet.CodeGenerating
Classes
AllowMutableSyncTypeAttribute
Allows a SyncType to be mutable.
CustomComparerAttribute
Method is a comparer for a value type.
DefaultDeltaReaderAttribute
Indicates a method is a delta reader. The return type indicates what type the reader is for. This attribute is primarily for internal use and may change at anytime without notice.
DefaultDeltaWriterAttribute
Indicates a method is a delta writer. The first non-extension parameter indicates the type this writer is for. This attribute is primarily for internal use and may change at anytime without notice.
DefaultReaderAttribute
Indicates a method is the default reader for a type. The return type indicates what type the reader is for. This attribute is primarily for internal use and may change at anytime without notice.
DefaultWriterAttribute
Indicates a method is the default writer for a type. The first non-extension parameter indicates the type this writer is for. This attribute is primarily for internal use and may change at anytime without notice.
ExcludeSerializationAttribute
Type will be excluded from auto serializer creation.
IncludeSerializationAttribute
Type will be included in auto serializer creation.
NotSerializerAttribute
Method will not be considered a writer or reader.
ReadUnallocatedAttribute
Uses built-in caches to retrieve read classes rather than initializing a new instance. This attribute is primarily for internal use and may change at anytime without notice.
UseGlobalCustomSerializerAttribute
Used on a type when you want a custom serializer to be global across all assemblies.