deserializeValue.deserializeValue

Deserializes an Ion value into a D type using a runtime symbol table and annotations, with template overloads for compile-time symbol tables. (community summary)

  1. IonException deserializeValue(IonDescribedValue data, T value, RuntimeSymbolTable table, const(uint)[] tableIndex, Annotations annotations_)
  2. alias deserializeValue = .deserializeValue_
    template deserializeValue(string[] symbolTable, TableKind tableKind)
    @safe pure
    alias deserializeValue = .deserializeValue_