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)
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
C# Problem with deserialization xml with arrays in arrays and other names
I have a problem with creating the appropriate class to deserialize the xml file. The xml structure looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<xliff version=...
aszejda
Votes: 0
Answers: 3
ROS2 data received at Zenoh, Not able to deserialize
I am receiving the data in sample.payload but i am not able to deserialize the data.
Data format:
b'\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x07\x00\x00\x00Demo...
Dheeraj
Votes: 0
Answers: 1
Exception deserializing JSON String to java.sql.Timestamp w Jackson
I get this error when attempting to deserialize but I feel there is a deserializing interface i need to configure.
The error:
com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserial...
simgineer
Votes: 0
Answers: 1