slist is a silly meta-type that's used for the generation of a REST-style PHP server. It means the data type is a string of comma-separated primitive values. The generated handler will break apart the string by exploding on commas before passing to the application.
This is the type of thing that ought to have been an annotation, not a special type. If we'd had the generic annotation system around at the time this was written, would have certain used it, but it was a bit of a quick-hack if I remember correctly. I'd support deprecating/fixing it now, since having it available as a type just causes confusion. -----Original Message----- From: Bryan Duxbury [mailto:[email protected]] Sent: Saturday, March 13, 2010 5:21 PM To: [email protected] Subject: Re: slist, binary? "binary" is a byte array. On Sat, Mar 13, 2010 at 5:55 AM, <[email protected]> wrote: > Question: > What are slist & binary used for? > > Thanks > >
