Class YuzuSpecializeWithAttribute
- Namespace
- Lime
- Assembly
- Lime.dll
Yuzu can't generate deserializers for generic types. But it can if it knows a concrete type the generic type will be specialized with. Use this attribute to let code, which enumerates types to generate binary deserializer for, know about all generic specializations you're aware of.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = true)]
public sealed class YuzuSpecializeWithAttribute : Attribute
- Inheritance
-
YuzuSpecializeWithAttribute
- Inherited Members
Constructors
YuzuSpecializeWithAttribute(Type)
public YuzuSpecializeWithAttribute(Type type)
Parameters
type
Type
Fields
Type
public Type Type