[ CCode ( has_target = false ) ]
public delegate bool ValueDeserializeFunc (ref Value dest, string s)
Used by deserialize to parse a non-binary form into the Value.
| dest |
a Value |
| s |
a string |
|
true for success |