[ Version ( since = "2.7.3" ) ]
public Bool deserialize_unicode (char[] buf, out string end_ptr, BufferSerializeFormat format)
Deserializes Unicode buffer from textual representation in the format produced by
serialize_unicode.
| buf |
string to deserialize |
| end_ptr |
output pointer to the character after last consumed one. |
| format |
the BufferSerializeFormat of the input |
| buf_len |
the size of |
| buffer |
an Buffer buffer. |
|
`true` if the full string was parsed, `false` otherwise. |