Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Dart Enum support in encodeJson #22

Open
zijam opened this issue Jun 8, 2016 · 0 comments
Open

Dart Enum support in encodeJson #22

zijam opened this issue Jun 8, 2016 · 0 comments

Comments

@zijam
Copy link

zijam commented Jun 8, 2016

I'm currently unable to encode an object with enum type using encodeJson

class Test {
  @Field()
  enum encodeEnum;
}

enum encodeEnum { NO, YES }

I get following error

EXCEPTION: Converting object to an encodable object failed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant