ccc.plugins.s11n
Interface Jsonable2

All Superinterfaces:
Jsonable

public interface Jsonable2
extends Jsonable

Further methods for serialisation. FIXME: Merge into Jsonable.

Author:
Civic Computing Ltd.

Method Summary
 void fromJson(Json json)
          Convert from JSON.
 
Methods inherited from interface ccc.plugins.s11n.Jsonable
toJson
 

Method Detail

fromJson

void fromJson(Json json)
Convert from JSON.

Parameters:
json - The JSON object to read from.


Copyright © 2010. All Rights Reserved.