Golang 과 Serialization


Golang 과 Serialization

원문 : www.rauljordan.com - serialization : The process of converting the state information of an object instance into a binary or textual form to persist into storage medium or transported over a network. : translating : decoding serialize into bits - Marshaling , Unmarshaling - format : Serialized data doesn't have to be in bytes, in fact, it simply needs to be in a format most efficient for the particular system the data will live in - bytes are just the most convenient format for computers to ...


#golang #serialization #고언어

원문링크 : Golang 과 Serialization