extended library
Classes
- 
  AsyncDecodable<R, T> 
- 
  AsyncEncodable<R, T> 
- CompatKeyedDecoder
- CompatMappedDecoder
- 
  ComposedDecodable1<T, A> 
- 
  ComposedDecodable2<T, A, B> 
- 
  CustomTypeDelegate<T> 
- 
  Discriminator<T> 
- 
  FutureCodable<T> 
- 
  A Codable that can encode and decode a future of E.
- 
  FutureDecodable<T> 
- 
  A Decodable implementation that can decode a future of T.
- 
  FutureEncodable<T> 
- 
  An Encodable that can encode a future of T.
- 
  LazyCodable<T> 
- 
  LazyDecodable<T> 
- LazyDecoder
- LazyIteratedDecoder
- LazyKeyedDecoder
- 
  Reference<T> 
- 
  ReferenceDecodable<T> 
- 
  StreamCodable<T> 
- 
  A Codable implementation that can decode a stream of T.
- 
  StreamDecodable<T> 
- 
  A Decodable implementation that can decode a stream of T.
- 
  StreamEncodable<T> 
- 
  An Encodable that can encode a stream of T.
- 
  SuperDecodable<T> 
Extensions
- 
  AsAsyncCodable
  on Codable<T> 
- 
  AsAsyncDecodable
  on Decodable<T> 
- 
  AsFutureEncodable
  on Encodable<T> 
- AsyncDecoder on Decoder
- AsyncEncoder on Encoder
- AsyncKeyedEncoder on KeyedEncoder
- AsyncLazyDecoder on LazyDecoder
- AsyncMappedDecoder on MappedDecoder
- 
  CustomTypeExtension
  on Iterable<CustomTypeDelegate> 
- DiscriminatorApply on Discriminator
- 
  DiscriminatorExtension
  on Discriminator<T> 
- ReferenceDecoder on Decoder
- ReferenceEncoder on Encoder
- ReferenceKeyedEncoder on KeyedEncoder
- ReferenceMappedDecoder on MappedDecoder
- 
  SuperDecodableExtension
  on SuperDecodable<T>