2009-05-13

General DTO

GeneralData

As a general DTO, GeneralData needs the following features and spec.
  • GeneralData can contain multiple linear set of fields
  • GeneralData can contain multiple set of 2-dimensional array of fields
  • GeneralData should consider performance
  • Field should contain type information using explicit type declaration or meta-information at least for the following types : int(long), double, string, date(date-time), byte[](for binary data).
//@TODO

No comments:

Post a Comment