nippy
nippy copied to clipboard
String array deserialization
Please add [Ljava.lang.String;
class to the deserialization list
Array of strings serializes more compact
(count (nippy/fast-freeze (into-array String (repeat 1000 "hello")))) #_5071 (count (nippy/fast-freeze (object-array (repeat 1000 "hello")))) #_7005