/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nodogmablog.bryanhogan.net
| | thepythoncorner.com
16.5 parsecs away

Travel
| | In 2016 I wrote a post about serialization in Python by using the pickle Python module. In this article, we will try to serialize Python objects by using another module: json. According to Wikipedia "JSON is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value)". But why you should use to use JSON instead of the official pickle module? Well, it depends on what you have to do... JSON is a safer protocol, it's human-readable and it's a standard adopted...
| | alexn.org
14.4 parsecs away

Travel
| | [AI summary] The post explains how to implement custom Jackson serializers and deserializers for Circe codec definitions in Scala, offering a workaround that is not highly efficient but functional for the specific use case.
| | www.pietschsoft.com
11.6 parsecs away

Travel
| | I have more than 20 years of experience in the Software Development industry that includes working as a Consultant and Trainer in a wide array of different industries. Welcome to my resume and work history portfolio website!
| | blog.aria.ai
68.5 parsecs away

Travel
| An introduction to and explanation of the benefits of static typing in JavaScript