Web technologies Questions | Node.js Quiz | Set-3 | Question 10
Which v8 method is used to serialize any type of data into a buffer using default serializer ?
(A) v8.Serializer.writeValue()
(B) v8.Serializer.writeHeader()
(C) v8.serialize()
(D) v8.deserialize()
Answer: (C)
Explanation: The v8.serialize() is a method in node.js that is used to serialize any type of data into the default serializer. It takes the parameter as a value.
Quiz of this Question
Please comment below if you find anything wrong in the above post