Howto:Serializing Nasal data structures: Difference between revisions

Jump to navigation Jump to search
Line 1: Line 1:
{{Stub}}
{{Stub}}
== Objective ==
== Objective ==
# serialization: convert a Nasal data structure to a string using valid Nasal syntax
# deserialization: compile that string to a temporary Nasal function, call it to retrieve the original data structure


== Background ==
== Background ==

Navigation menu