DORSETRIGS
Home

marshalling (10 post)


posts by category not found!

C# AppDomains and Threads

Understanding C App Domains and Threads A Comprehensive Guide When developing applications in C developers frequently encounter multi threading and App Domains

3 min read 08-10-2024 50
C# AppDomains and Threads
C# AppDomains and Threads

Unmarshalling JSON to interface variable while matching the underlying type in Go

Unmarshalling JSON to Interface Variables in Go Matching the Underlying Type Working with dynamic data in Go often involves unmarshalling JSON payloads into var

2 min read 07-10-2024 48
Unmarshalling JSON to interface variable while matching the underlying type in Go
Unmarshalling JSON to interface variable while matching the underlying type in Go

Generic approach for marshalling a struct's time.Time fields to JSON with custom formatting

Mastering Time Formatting in Go JSON Marshalling A Generic Approach Gos standard JSON library provides convenient marshalling and unmarshalling capabilities How

2 min read 06-10-2024 53
Generic approach for marshalling a struct's time.Time fields to JSON with custom formatting
Generic approach for marshalling a struct's time.Time fields to JSON with custom formatting

JSON marshalling with type not exported

JSON Marshalling Dealing with Unexported Types in Go When working with JSON in Go you often encounter situations where you need to marshal data containing custo

2 min read 06-10-2024 52
JSON marshalling with type not exported
JSON marshalling with type not exported

What is Serialization?

Understanding Serialization in Object Oriented Programming Lets dive into the world of object serialization a crucial concept in object oriented programming OOP

less than a minute read 07-09-2024 92
What is Serialization?
What is Serialization?

RunningObjectTable and weak registration

Weak Registration in a Custom Running Object Table ROT for COM Objects This article addresses a common challenge faced by developers working with COM objects an

2 min read 07-09-2024 79
RunningObjectTable and weak registration
RunningObjectTable and weak registration

How to prevent JAXB from writing unused namespaces during marshalling

Preventing JAXB from Writing Unused Namespaces During Marshalling JAXB Java Architecture for XML Binding is a powerful tool for simplifying the process of conve

2 min read 06-09-2024 88
How to prevent JAXB from writing unused namespaces during marshalling
How to prevent JAXB from writing unused namespaces during marshalling

Change namespace with Jaxb2Marshaller

Changing the Namespace of Your SOAP Envelope with Jaxb2 Marshaller in Spring Boot When working with SOAP services in Spring Boot you might encounter situations

2 min read 29-08-2024 63
Change namespace with Jaxb2Marshaller
Change namespace with Jaxb2Marshaller

How to Convert C++ string to C# string (mingw)

Bridging the Gap Converting C Strings to C Strings Min GW Calling C functions from a C application especially when using Min GW can be a tricky endeavor One com

2 min read 29-08-2024 63
How to Convert C++ string to C# string (mingw)
How to Convert C++ string to C# string (mingw)

Optimizing json.Marshal in Go

Optimizing json Marshal in Go JSON marshalling in Go can be a performance bottleneck especially when dealing with large data structures The json Marshal functio

2 min read 27-08-2024 69
Optimizing json.Marshal in Go
Optimizing json.Marshal in Go