#serialization

[ follow ]
towardsdev.com
1 month ago
Scala

Exploring Type Constraints and Encoders in Scala

Context bound in Scala defines type requirements for subtype and implicit instance
Encoders in Apache Spark handle serialization and deserialization for Spark SQL [ more ]
Medium
2 months ago
Scala

Programming in Scala [Chapter 26]-Working with XML

XML is semi-structured data essential for serialization, deserialization, and pattern matching in Scala.
Scala supports XML literals, easy manipulation, loading, and saving using tag and attribute structures. [ more ]
Medium
5 months ago
Scala

Integrating Akka actors with Redis

Understanding serialization in Akka is essential for integrating with external storage systems like Redis.
Implementing a SerializedBlob class can simplify the storage and retrieval of serialized data from Redis. [ more ]
[ Load more ]