deserialize

fun deserialize(bytes: <Error class: unknown class>, errorFunc: ParseErrorFunc): RenderNode?

Loads data previously created via method@Gsk.RenderNode.serialize.

For a discussion of the supported format, see that function.

Return

a new GskRenderNode

Parameters

bytes

the bytes containing the data

errorFunc

Callback on parsing errors