stream method

LazyCodable<Stream<T>> stream()

Returns a Codable that can encode and decode a stream of T.

Implementation

LazyCodable<Stream<T>> stream() => StreamCodable<T>(this);