You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
feinstein
changed the title
Provide serialization example in the docs for Database storage
Provide serialization example in the docs for Database storage of MonetaryAmount
Dec 19, 2018
for general SQL you can store only cents (i.e. minor units) in long columns and then use the Money.ofMinorUnits(cents) method to create the Money instance
Are there any samples on how to save
MonetaryAmount
on a database? I think this is very common use case, so the docs should include it.I would at least propose two subtasks to this:
The text was updated successfully, but these errors were encountered: