deserialize_unicode


Description:

[ 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.

Parameters:

buf

string to deserialize

end_ptr

output pointer to the character after last consumed one.

format

the BufferSerializeFormat of the input buf

buf_len

the size of buf, or -1 if it is `NULL`-terminated

buffer

an Buffer buffer.

Returns:

`true` if the full string was parsed, `false` otherwise.