Serialization
-
Core Java
Send and Receive Serialized Objects via Java SocketChannel
Networking is crucial in modern applications, and Java offers powerful tools like SocketChannel for efficient networked systems. Using Java NIO’s…
Read More » -
Core Java
How to Dynamically Ignore Fields in Jackson
Jackson is a popular Java library for JSON processing. Sometimes, we need to ignore fields dynamically at runtime instead of…
Read More » -
Core Java
Jackson Field Absent vs Null Difference
When working with JSON data in Java applications, distinguishing between absent fields and fields with null values is a common…
Read More » -
Core Java
Java Agents
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java
Java Annotation Processors
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java
Java Compiler API
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java
Dynamic languages support
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java
How to use Reflection effectively
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java
Built-in Serialization techniques
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More »