Class FormerlySerializedTypeAttribute
- Namespace
- Ceres.Serialization
- Assembly
- Ceres.dll
Attribute type that changed assembly, namespace or class name.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class FormerlySerializedTypeAttribute : Attribute
- Inheritance
-
FormerlySerializedTypeAttribute
- Inherited Members
Remarks
Format is {Namespace}.{ClassName}, {AssemblyName}
Constructors
FormerlySerializedTypeAttribute(string)
public FormerlySerializedTypeAttribute(string typeName)
Parameters
typeNamestring
Properties
TypeName
public string TypeName { get; }