Returns an Encodable that can encode a stream of T.
T
Encodable<Stream<T>> stream() => StreamEncodable<T>(this);