Visual Cielo numeric array variables support both ISerializable and IXML Serializable interfaces.
In addition, objects in a Cielo numeric array variable that supports these serializers will also be serialized.
Historically numeric array variables have been proprietary in nature. With Visual Cielo the numeric variables, no matter how nested or no how many dimensions, can be written out using either the ISerializer or the IXML Serializer.
To make it as simple a possible, both of these features are included with Visual Cielo.
The ISerializer is available directly on the Cielo variable and is also available using data representation
The IXML Serializer requires file access, because of this it is included as a separate assembly which you can use when ever appropriate.
The standard serializer will create numeric variable representations which any other .Net language can read, modify and write.
Simply put, the Cielo numeric array datatype is not proprietary!