serialization_reader

Reads serialized XML-style data.

Target type

Signature

1serialization_reader(s::string)

Reads serialized XML-style data.

serialization_reader constructs or identifies a LaiRu value type. serialization_reader works with structured document or media data. Keep parsing, transformation, and output steps separate enough that each step can be checked on its own.

Parameters

s
Required value of type string. Supply s positionally unless the signature shows a keyword form.

Examples

Basic call

1serialization_reader(#text)->read
The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.