Encode AS object type
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract void serialize(
ASEncoder encoder
) |
Visual Basic |
---|
Public MustOverride Sub serialize (
encoder As ASEncoder
) |
Visual C++ |
---|
public:
virtual void serialize(
ASEncoder^ encoder
) abstract |
F# |
---|
abstract serialize :
encoder : ASEncoder -> unit
|
Parameters
- encoder
- Type: ASEncoder
The encoder.
Exceptions
Exception | Condition |
---|
System..::..NotImplementedException | |
See Also