Changes between Version 157 and Version 158 of WikiStart
- Timestamp:
- 03/12/19 14:33:49 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v157 v158 162 162 This because instances of your class can be made both for extracting general info as getDescription(), or to really run your class. 163 163 164 = Create Domain/Profiles165 This section discusses how domains and profiles are created.164 = JSON layout 165 This section discusses how domains and profiles are looking in JSON. JSON is the communication format, java instances of Domain, Profile and Bid can easily be converted back and forth to JSON using the jackson objectmapper (see the test and example codes) 166 166 167 167 == Create a domain