Summary

HasNext method determines, whether the next serialized value is available.

Syntax

function HasNext: Boolean;

Return Value

Type: Boolean

Returns True, if the next value is available. Otherwise, when all values at this level has been read - returns False.

Remarks

HasNext method should be used to determine, whether the next value is available at the current level of depth:

There are no way to skip values, so, for example, to read an object completely, its required to read all its serialized properties.