• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mapkit annotation arrays and writing to a file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mapkit annotation arrays and writing to a file


  • Subject: Re: Mapkit annotation arrays and writing to a file
  • From: Jens Alfke <email@hidden>
  • Date: Tue, 08 May 2012 14:27:01 -0700

On May 8, 2012, at 2:08 PM, Alex Zavatone wrote:

> I've noticed problems before with structs and NSJSONSerializaion.
> I was trying to write out a dictionary (or array) of the contents of mapView.annotations, yet writeDictToFile fails, while it writes a simple dict just fine.
> Is there a problem with the structs within the annotations, namely, the CLLocationCoordinate2D struct for each annotation, that prevents this from being able to be written out to a dictionary or array?

I don’t know what you mean by ‘struct’ here — C structs aren’t Objective-C objects, so they can’t appear in a Cocoa collection.

I do know that NSJSONSerialization only supports data types defined in JSON, i.e. NSDictionary, NSArray, NSString, NSNumber, NSNull. If your object tree has instances of any other classes in it, the encoder will throw an exception.

—Jens
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Mapkit annotation arrays and writing to a file
      • From: Alex Zavatone <email@hidden>
References: 
 >Mapkit annotation arrays and writing to a file (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Re: self.myTextField.stringValue = @"" fails
  • Next by Date: Re: Mapkit annotation arrays and writing to a file
  • Previous by thread: Mapkit annotation arrays and writing to a file
  • Next by thread: Re: Mapkit annotation arrays and writing to a file
  • Index(es):
    • Date
    • Thread