Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
I found the following APIs are very convenient to use and should be part of the generated class from Jute IDL :
public BytesWritable serialize(String format);
public void deserialize(BytesWitable data, String format);
public static MyRecordJT deserialize(BytesWitable data, String format);