/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.totsp.gwittir.serialtest.client;
import com.totsp.gwittir.serial.json.client.JSONCodec;
/**
*
* @author kebernet
*/
publicinterface TestBeanCodec extends JSONCodec<TestBean> {
}