We take the arguments to the Field class (either as an Annotation or as "new Field(...)" expressions)
and generate a FieldImpl from them. This means that for the Int and String fields you can only use
literals that can be used a compile time. The serializer/deserialize can be arbitrary trees.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
The companion class to Field
We take the arguments to the Field class (either as an Annotation or as "new Field(...)" expressions) and generate a FieldImpl from them. This means that for the Int and String fields you can only use literals that can be used a compile time. The serializer/deserialize can be arbitrary trees.