Skip to main content
Advice
0 votes
2 replies
24 views

I'm working on an experimental project called NextLiber VRM, which attempts to interpret Unity scene files outside the Unity runtime. Unity stores scenes in YAML format, including transforms, ...
Akito Hayasaka's user avatar
-3 votes
0 answers
29 views

This error occurs when there is mismatch between kotlin-serialization included in retrofit kotlin serialization converter's and directly provided kotlin-serialization version.
Kali Charan's user avatar
2 votes
1 answer
120 views

I am currently working on a small financial management application and use XmlSerializer to persist my data. I maintain a main list (allRecords) holding all data, and two separate lists (incomeList ...
David's user avatar
  • 23
0 votes
0 answers
34 views

AMD Processor Programming Reference (PPR) for AMD Family 19h Model 70h, Revision A0 Processors says: MSR0000_010B [Flush Command] (Core::X86::Msr::FLUSH_CMD) Writes to this register do not execute ...
Akon's user avatar
  • 471
2 votes
1 answer
142 views

I have a couple of ISerializable classes (simplified): internal interface IBase : ISerializable { int Number { get; } } internal interface ITable : IBase { ISection Section { get; } } [...
bairog's user avatar
  • 3,593
3 votes
1 answer
160 views

I have a couple of classes (simplified): internal interface ITable { int Number { get; } ISection Section { get; } } internal class Table : ITable { public int Number { get; private init; ...
bairog's user avatar
  • 3,593
2 votes
1 answer
68 views

I am trying to get the label attached to the relevant interger for the choice field. Although the API returns the interger, I cannot seem to be able to return the actual label value. This is the ...
PhilM's user avatar
  • 437
1 vote
1 answer
242 views

I want to use polymorphic JSON for the RichText type in .NET 10 because I plan migrating from one richtext format to another and I am stuck with a problem: when the object is automatically serialized ...
Sannnekk's user avatar
  • 103
-1 votes
1 answer
54 views

I'm encountering a serialization error when building a Unity project for UWP and running it in Visual Studio: A scripted object probably BlankScene has a different serialization layout when loading (...
Gabriel Alabi's user avatar
1 vote
1 answer
235 views

After adding the dependency org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 I tried using it like this: import kotlinx.serialization.Serializable import kotlinx.serialization.json.Json @...
SMBiggs's user avatar
  • 11.8k
0 votes
1 answer
46 views

I'm using confluent's KafkaAvroSerializer with a schema that includes a nullable timestamp-millis field. The field maps to Instant in Java, but when I send a non-null I get an UnresolvedUnionException....
John Leon's user avatar
1 vote
1 answer
119 views

I'm upgrading from protobuf-net 2.2.1.0 to 3.2.26, and I've noticed that callback methods decorated with [ProtoBeforeSerialization] and [ProtoAfterDeserialization] are no longer invoked during ...
Sudheer Kumar's user avatar
7 votes
1 answer
155 views

I stumbled upon something that got me curious. Apparently, serializing a record with a cyclic reference does not retain the cycle when deserializing it again, it becomes null. When doing the same ...
Zabuzard's user avatar
  • 26.3k
0 votes
0 answers
102 views

I’m embedding a small UI with pywebview and want Python to JS live updates. I created a GPSSpoofingDetector class that loads a pickled sklearn model and a pandas test CSV. I want a JavaScript “Start” ...
Ahsan914's user avatar
0 votes
0 answers
75 views

My StrickMode and Ktor HttpClient setup on Android import io.ktor.client.plugins.contentnegotiation.ContentNegotiation import io.ktor.serialization.kotlinx.json.json override fun onCreate(...
Dino Tw's user avatar
  • 3,331

15 30 50 per page
1
2 3 4 5
2235