skipCurrentValue abstract method

void skipCurrentValue()

Skips the current value in the collection.

This is useful when the Decodable implementation is not interested in the current value. It must be called before calling nextKey again if no decoding method is called instead.

Implementation

void skipCurrentValue();