Hi,
I saw some websites in that have used pojo class

but they have implemented the serializable interface.

for eg .

public class UsersPojo implements Serializable
{
//.... getter...