-
Hi, I am evaluating Microstream and trying to setup a small app. After some success with some complex types, I am trying now to use Collections to save data sets. First thing, I found out that the standard java implementations use transient fields for the data. Microstreams seems to be unable to save the data in ArrayList, TreeSet etc. Then I have seen that Microstream has its own Collection package with several implementations, but there seems to be no doc for it. The only api doc class which has a small description is ArrayCollector which is a collection with immutable size or I haven't understood the API, yet. Can you give me a short kickstart how to use Collections in Microstream? Are there any examples / best practices? BR, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Michael, |
Beta Was this translation helpful? Give feedback.
Hi Michael,
MicroStream handles the JDK's collections out of the box. Either with generic handlers or specialized ones.
See the addendum in the documentation.