Difference between revisions of "Org.simantics.databoard"

From Developer Documents
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
__NOTOC__  
 
__NOTOC__  
DataBoard is a software library built upon a simple but well formulated and expressive type system. The design is a compromise of expression power, advanced functions, and performance. In contrast to XML's rich but uninhibited type system, databoard's simplicity has enabled more practical features. Besides the norm features ''binary serialization'', ''text notation'', ''network communication'', there are also more advanced features such ''class binding'', ''annotations'', ''type conversion'', ''value conversions'', ''value comparisons'', ''variant types'', and ''partial access''.
+
DataBoard is a software library built upon a simple but well formulated and expressive type system. The design is a compromise of expression power, advanced functions, and performance. In contrast to XML's rich but uninhibited type system, databoard's simplicity has enabled more practical features. Besides the norm features ''binary serialization'', ''human readable serialization'', ''network communication'', there are also more advanced features such ''class binding'', ''annotations'', ''type conversion'', ''value conversions'', ''value comparisons'', ''variant types'', and ''partial access''.
  
 
=Documents=
 
=Documents=

Revision as of 10:19, 1 November 2010

DataBoard is a software library built upon a simple but well formulated and expressive type system. The design is a compromise of expression power, advanced functions, and performance. In contrast to XML's rich but uninhibited type system, databoard's simplicity has enabled more practical features. Besides the norm features binary serialization, human readable serialization, network communication, there are also more advanced features such class binding, annotations, type conversion, value conversions, value comparisons, variant types, and partial access.

Documents

Download

Release 0.5.2

Contact