lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Cocoa offers builtin serialization for some standard objects like NSNumber, NSString, NSDate or collections like NSArray and NSDictionary (kind of indexed array), which is very easy to handle. There is the possibility to write them into XML Files, so called PropertyLists, or encode them with the NSCoding pattern, which offers serialization for any kind of object. These plist files are a system wide standard on Darwin operating systems, and they are used everywhere.


Am 21.12.2010 um 21:02 schrieb GrayFace:

> On 21.12.2010 21:02, ObjectiveCeeds wrote:
>> Table handling will be back with the next version. Im looking for a way, to wrap tables to Foundations NSDictionary. This would bring a lot of advantages, especially the ability of serialization. Serialization: a simple way to store data is also planed for the next release.
> What does NSDictionary offer for serialization? For the most part, serialization is a solved problem in Lua, although I haven't released my serialization module yet :)
> 
> -- 
> Best regards,
> Sergey Rozhenko                 mailto:sergroj@mail.ru
> 
> 
>