MrPolite
Nov 9th, 2002, 11:24 PM
I have a class which contains some variables (strings and integers). Is there an easy way to convert the whole class to string?
what I want to do is to send the class to another instance of my app over the internet, so I'm assuming it has to be converted to text first. I'm just wondering if there is an easy way for this. Because I actually have like 10 classes and each of them have many different variables in them. Converting a string representation of each to its correct class type would be a little annoying. So is there an easy way to do this?:rolleyes:
what I want to do is to send the class to another instance of my app over the internet, so I'm assuming it has to be converted to text first. I'm just wondering if there is an easy way for this. Because I actually have like 10 classes and each of them have many different variables in them. Converting a string representation of each to its correct class type would be a little annoying. So is there an easy way to do this?:rolleyes: