Skip to content

Commit

Permalink
Update ASDoc for Data deserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultz committed Mar 21, 2012
1 parent 9db82a6 commit 1f5e0c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mesh/model/store/Data.as
Expand Up @@ -26,8 +26,9 @@ package mesh.model.store
* <ul>
* <li><code>idField:String</code> - (default="<code>id</code>") The name of the ID field on
* the data object.</li>
* <li><code>parser:Function</code> - A function that's called when transfering the values
* from the data to a record.
* <li><code>deserializer:Function</code> - A function that's called when transfering the
* values from the data to a record. The function must have the following signature:
* <code>function(record:Record, data:Object):void</code>.
* </ul>
*
* @param type The record type that maps to this data.
Expand Down

0 comments on commit 1f5e0c1

Please sign in to comment.