FreeTAKTeam / DigitalPy

A framework to support digital engineering in the python language
Eclipse Public License 2.0
8 stars 4 forks source link

Fix OID parsing and serialization #70

Closed naman108 closed 5 months ago

naman108 commented 5 months ago

Description

The ObjectId is used to uniquely identify each object. It is used in it's serialized form as the primary key for all database tables in the generator. The current issue is that every character of the oid string representation is delimited by a : which is pretty annoying for users and unconventional.