benedekh / WeLoveClouds

Repository for submissions on the CloudDB course.
0 stars 1 forks source link

KVMessageUtils is removed, its method is moved to the KVMessageSerial… #66

Closed benedekh closed 7 years ago

benedekh commented 7 years ago

…izer. SerializedKVMessage's constructor is changed: it accepts a String representation of the KVMessage, and it handles the charset manually

closes #63