Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.06 KB

0.0.3.markdown

File metadata and controls

20 lines (17 loc) · 1.06 KB

This release improves support for use of traits as value types and with polymorphic collections, e.g. Seq-s and Map-s parameterized with a value type that is serializable by Salat. To enable use of such traits, there is a a new marker annotation, @Salat. It's supposed to be used on any trait that will be used to parameterize embedded collections. For more information, please consult the appropriate wiki section.

Salat now also supports Scala enums anywhere a value type can be used. The wiki has been updated with an enum usage example.

Lastly, there is now a mailing list where discussion of Salat-related matters shall commence.