Encodes a value to JSON-compatible Dart objects.
@override int encode(ErrorCode value) => value.toJson();