Nevron Open Vision Documentation
Framework / Serialization / Serialization Overview
In This Topic
    Serialization Overview
    In This Topic

    Serialization is the process of writing the state of an object to a medium that can be persisted or transported. The complement of serialization is deserialization, which converts the data from the medium to an object. Together those two processes allow data to be easily stored and transferred.

    NOV implements two different types of serialization:

     

    See Also