This article provides a very easy-to-understand explanation of the philosophy and mechanics of "interfaces" in the Go programming language (Golang). Go's design philosophy, which shifts the ...
Serialization:- Process of converting an object's internal state into byte stream, which can be stored in database, files or transmitted it over network. Deserialization:- It is opposite of the ...