DynamicDecoder implements ValueDecoder
FinalYes
Tagged decoding for values whose type is only known at runtime (mixed/union/scalar/literal/array columns, dynamic map keys, structure extras).
Interfaces
Methods
- __construct() : mixed
- decode() : mixed
Methods
__construct()
public
__construct(DateTimeDecoder $dateTime, UuidDecoder $uuid, JsonDecoder $json) : mixed
Parameters
- $dateTime : DateTimeDecoder
- $uuid : UuidDecoder
- $json : JsonDecoder
decode()
public
decode(string $data, int &$position) : mixed
Parameters
- $data : string
- $position : int
-
read position, advanced past the consumed bytes