serialization_reader
Reads serialized XML-style data.
Target
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. Supplyspositionally unless the signature shows a keyword form.
Examples
Basic call
1serialization_reader(#text)->readThe example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.