| MvUserTypeEncode Method |
Serializes a user-type value.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public abstract MvMessage Encode(
MvMessage msg
)
Public MustOverride Function Encode (
msg As MvMessage
) As MvMessage
public:
virtual MvMessage^ Encode(
MvMessage^ msg
) abstract
Parameters
- msg
- Type: RW.Server.ComponentMvMessage
The message to which the object is streamed.
Return Value
Type:
MvMessage
The updated message.
Remarks
To allow serialization, this method must be redefined for each
user-defined type.
See Also