YAML is human readable data serialization language that is used for writing configuration files. YAML file use a .yml
or .yaml
extenstion.
Eg.
name: Krishna
title: Software Engineer
address:
city: kolkata
country: India
The process of converting an object into a stream of bytes to make it easier to save or transmit.