CoderContext :: GetVersion

01 Returns the version of the context that is stored in the stream.
02

[C++] uint16 GetVersion() const;
[C#] ushort GetVersion();

03 Return Values:
The version number that is stored in the stream.
04 When encoding, the returned value will always be the one that was passed at the constructor of the context.
05 If this method returns 0 then the encoding party did not know this inheritance level (There is no further context information stored). In that case, the coding method should perform no serialization.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Coder Sub-System, CoderContext, Constructor()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.