BorshListCodec<T>  class 
 
List Codec
A codec for dynamically sized arrays.
Constructors
- 
          BorshListCodec(BorshCodec<T> subtype)
- 
          Creates a codec for dynamically sized arrays.
            const
Properties
- 
  decoder
  → BorshListDecoder<T> 
- 
  Returns the decoder of this, converting fromTtoS.no setteroverride
- 
  encoder
  → BorshListEncoder<T> 
- 
  Returns the encoder from StoT.no setteroverride
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  inverted
  → Codec<Iterable< int> , List<T> >
- 
  Inverts this.no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  subtype
  → BorshCodec<T> 
- 
  The subtype's codec.
  final
Methods
- 
  decode(Iterable< int> encoded) → List<T> 
- 
  Decodes encodeddata.inherited
- 
  encode(List< T> input) → Iterable<int> 
- 
  Encodes input.inherited
- 
  fuse<R> (Codec< Iterable< other) → Codec<int> , R>List< T> , R>
- 
  Fuses thiswithother.inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  pack(BufferWriter buffer, List< T> input) → void
- 
  Writes inputtobuffer.inherited
- 
  size(List< T> input) → int
- 
  Returns the serialized byte length of input.override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  unpack(BufferReader buffer) → List< T> 
- 
  Reads Tfrombuffer.inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited