Is there any way to write SUP(Sybase Unwired Platform) classes objects into text file in iOS, like we can write NSString or NSNumber objects. Some examples of writing SUP classess objects into text file is needed.
Any help will be appreciated.
Is there any way to write SUP(Sybase Unwired Platform) classes objects into text file in iOS, like we can write NSString or NSNumber objects. Some examples of writing SUP classess objects into text file is needed.
Any help will be appreciated.
Copyright © 2021 Jogjafile Inc.
In version SUP2.1.3, you can use tostring method of the generated class to get a string representation of the attributes of the class.