The most general-purpose method to read an object.
Read the elements of this stream through an iterator.
Read the elements of this stream through an iterator. This can only be called once, as reading each element will consume data from the input source.
Read the elements of this stream through an iterator over key-value pairs.
Read the elements of this stream through an iterator over key-value pairs. This can only be called once, as reading each element will consume data from the input source.
Reads the object representing the key of a key-value pair.
Reads the object representing the value of a key-value pair.
:: DeveloperApi :: A stream for reading serialized objects.