Abstract base class used for all Serializable classes.

Namespace:  BargeEx.Internal
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
[SerializableAttribute]
public abstract class SerializableBase : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class SerializableBase _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class SerializableBase abstract : ICloneable

Remarks

This abstract base class supports the ICloneable interface. The ICloneable interface supports cloning, which creates a new instance of a class with the same value as an existing instance.

Inheritance Hierarchy

See Also