Uses of Class
json.serialize.test.entity.Vehicle

Packages that use Vehicle
json.serialize.test.entity   
 

Uses of Vehicle in json.serialize.test.entity
 

Subclasses of Vehicle in json.serialize.test.entity
 class Car
          An abstract car class for demonstration.
 class Lancer
          A concrete car class representing Mitsubishi Lancer for demonstration.