Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MessagePackFactory should add getFormatName for naming the factory
  • Loading branch information
qxo committed Nov 3, 2019
commit c1eb4259bba41e90dbd85aedca468d6159ec4a3f
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,10 @@ ExtensionTypeCustomDeserializers getExtTypeCustomDesers()
{
return extTypeCustomDesers;
}

@Override
public String getFormatName()
{
return "msgpack";
}
}