Class CustomFastSerializerAttribute
- Namespace
- Vintagestory.API.Util
- Assembly
- VintagestoryAPI.dll
Indicates that the FastSerialize() method should call a custom method to serialize this field: the custom method being of the pattern FastSerializerDelegate
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class CustomFastSerializerAttribute : Attribute
- Inheritance
-
CustomFastSerializerAttribute
- Inherited Members
- Extension Methods
Constructors
CustomFastSerializerAttribute()
public CustomFastSerializerAttribute()