-
Confused by serialization result of char list. (Aka “string”)
I’m investigating the serialization format for various KDB datatypes as part of some work to maintain an existing library for interfacing with a KDB system.
This library implements a KDB compatible serialization, such that data can be read from and written to disk by both KDB and the language runtime which uses this library.
I have written the string (list of char) “ab” to a file.
I did this using the Q commands:
my_data: "ab"
`:my_data set my_data
Log in to reply.