hi,
public enum MyEnum{
A, B, C, D
}
I use this enum in a ValueComposite and a EntityComposite, and try to
ser/deserialize it by using JacksonValueSerializationService.
However, value composite is ok, but entity composite throw exception caused by
[com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'A': was
expecting ('true', 'false' or 'null')].
I'm wondering whether this is a bug or not.
Thanks a lot.
