serde.serde

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T serde(V value, int serdeTarget)
    template serde(T)
    T
    serde
    (
    V
    )
    (
    auto ref scope const V value
    ,
    int serdeTarget = SerdeTarget.ion
    )
    if (
    !is(immutable V == immutable IonValueStream)
    )
  2. template serde(T)

Meta