[[BackLinksMenu]]

[[TicketQuery(summary=BASE_PERSISTENCE_IMMUTABLES_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]]
= Analysis =

== Overview ==
 This task is about persisting immutable things. Generally we have immutable things and properties with pro objects that have to be persisted. This task is responsible for persisting the immutables.

== Task requirements ==
 * Immutable things should be stated as such when persisted.
  * this will help saving and loading them so that the model is the same for both.

== Task result ==

== Implementation idea ==

== Related ==
 * [wiki:BASE_PERSISTENCE_COMMONS_R0]
 * [wiki:BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0]
 * [wiki:BASE_PERSISTENCE_FORMAT_REGISTRY_R0]
 * [wiki:BASE_PERSISTENCE_PROPERTY_FORMAT_R0]
 * [wiki:BASE_PERSISTENCE_FORMAT_POINT_R0]

== How to demo ==

= Design =
^(Describe your design here.)^

= Implementation =
^(Describe and link the implementation results here (from the wiki or the repository).)^

= Testing =
^(Place the testing results here.)^

= Comments =
^(Write comments for this or later revisions here.)