julianpeeters / avrohugger

Generate Scala case class definitions from Avro schemas
Apache License 2.0
201 stars 120 forks source link

Non-case classes without a protocol should extend Serializable #46

Closed mariussoutier closed 7 years ago

mariussoutier commented 7 years ago

When non-case classes without a protocol are generated they should extend Serializable.

or bad things will happen