material-foundation / material-remixer-android

Remixer for Android. Live adjustment of app variables.
Apache License 2.0
774 stars 54 forks source link

Adds a constraint field to serialization. #105

Closed miguelandres closed 7 years ago

miguelandres commented 7 years ago

A constraint field represents, in a platform-agnostic way, what kind of variable is serialized (regular, item list or range), and makes the logic to de-/serialize easier to read and understand.

This is a xplat decision to make serialization less error-prone.