Skip to content

Use msgpack ValueType to search converters instead of class names  #213

@ArtDu

Description

@ArtDu

Because each type of Value has getValueType and we've already done breaking changes in #178 in registerValueConverter API

public interface Value
{
   
    ValueType getValueType();
...
}

Also javadoc of msgpack lib suggests to use this Enum ☺️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions