DXC Technology interview question

Serialization

Interview Answer

Anonymous

30 Nov 2018

It is basically use to travel your object in Network. It converts object into stream of data and can be deserialized at other end. It is a marker interface and doesnt contain any method or data.