python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why do we need serialization if everything is already stored as bits?
From https://docs.oracle.com/javase/tutorial/jndi/objects/serial.html
To serialize an object means to convert its state to a byte stream so
that the byte stream can be reverted back into a copy of th...
v81
Votes: 0
Answers: 2
Serializing and deserializing geometry in three.js using toJSON and BufferGeometryLoader. Transferring geometries as string
First of all - I'm a beginner in three.js and I just want to share my experience.
My task was to convert geometry into something and transfer it to another WebWorker(you cannot transfer all objects b...
GTFTT
Votes: 0
Answers: 1
Custom JSON Serialization in System.Text.Json
I am working on a project in .NET 6 and I need to serialize objects to JSON (and deserialize from JSON as well) in a specific way. These are the "rules":
If a property is a nested object, a...
dzenesiz
Votes: 0
Answers: 0
Overriding Google-Auth user creation
I added the google login and when I selected an account after the continue I get the following.
Traceback (most recent call last):
File "C:\Users\arund\Desktop\Code\Django\portfolio-project\...

Arundeep Chohan
Votes: 0
Answers: 1