Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 392 Bytes

File metadata and controls

6 lines (3 loc) · 392 Bytes

FAQs

1. What is the recommended way to make a deep copy of a request?

In order to make a deep copy of Sunbird Request, you can serialize it and then deserialize back as a Request class object. For serialization and deserialization, you can use exiting files like JsonUtils or ScalaJsonUtils. Click here for more details.