Interface ISerializableArtifact
public interface ISerializableArtifact
Properties
ArtifactSerializerClass
Retrieves the class which can serialize and recreate this artifact.
Note:
The serializer class must have a public zero argument constructor or
an exception is thrown during model serialization/loading.
Type ArtifactSerializerClass { get; }
Property Value
- Type
the corresponding IArtifactSerializer class.