deserializeValue.deserializeValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. IonException deserializeValue(IonDescribedValue data, T value, RuntimeSymbolTable table, const(uint)[] tableIndex, Annotations annotations_)
  2. IonException deserializeValue(IonDescribedValue data, T value, RuntimeSymbolTable table, const(uint)[] tableIndex, Annotations annotations_)
    template deserializeValue(string[] symbolTable, TableKind tableKind)
    @safe pure
    deserializeValue
    (
    T
    Annotations...
    )
    (,
    return scope ref T value
    ,,
    scope const(uint)[] tableIndex
    ,
    scope Annotations annotations_
    )
    if (
    isVariant!T
    &&
    Annotations.length <= 1
    )
  3. alias deserializeValue = .deserializeValue_

Meta