SerializerTransparentAttribute
class
Namespace: Orleans
Indicates that the specific type is invisible for serialization purposes. Usable only on abstract types with no serialized fields and effectively removes it from the inheritance hierarchy. Adding/removing this attribute from a type will cause serialization protocol level incompatibility (like type hierarchy changes).
public sealed class SerializerTransparentAttribute : Attribute