Friday, 6 September 2013

Myobject to byte

Myobject to byte

Hy everyone, i want to object AuditContainer convert to bayt and then save
in file:
public class AuditContainer implements Serializable {
private Paint mPaint;
private Path mPath;
private int x,y;
private String text;
boolean is_text;
Problem is because Paint and Path must bi serelized, but it cant.. Firstly
i want make serialization for this class, but i have got one truble, i
cant save all things which i need. My question is: How i convert
AuditoContainer to byte? Is it Posible? and whic is princips/options for
save my class in file/database?
I need help, pleas.

No comments:

Post a Comment