Hi all,
Let's say that I have a class as an object somewhere in my program and I want to write this object down into a text file but not as an object but as the real text representation in this file like:
public class MyClass {
private type attribute1
...
.
}
Let's say that I have a class as an object somewhere in my program and I want to write this object down into a text file but not as an object but as the real text representation in this file like:
public class MyClass {
private type attribute1
...
.
}
Comment