Serial icon indicating copy to clipboard operation
Serial copied to clipboard

Light-weight, fast framework for object serialization in Java, with Android support.

Results 9 Serial issues
Sort by recently updated
recently updated
newest added

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at com.twitter.serial.stream.bytebuffer.ByteBufferSerializerOutput.ensureCapacity(ByteBufferSerializerOutput.java:244) at com.twitter.serial.stream.bytebuffer.ByteBufferSerializerOutput.encodeString(ByteBufferSerializerOutput.java:264) at com.twitter.serial.stream.bytebuffer.ByteBufferSerializerOutput.writeString(ByteBufferSerializerOutput.java:152) at com.twitter.serial.stream.bytebuffer.ByteBufferSerializerOutput.writeString(ByteBufferSerializerOutput.java:33) at com.irteqa.db.model.TripData$TripDataSerializer.serializeObject(TripData.java:46) at com.irteqa.db.model.TripData$TripDataSerializer.serializeObject(TripData.java:31) at com.twitter.serial.serializer.ObjectSerializer.serialize(ObjectSerializer.java:68) at com.twitter.serial.serializer.CollectionSerializers.serializeList(CollectionSerializers.java:119) at com.twitter.serial.serializer.CollectionSerializers.access$000(CollectionSerializers.java:38) at com.twitter.serial.serializer.CollectionSerializers$1.serializeObject(CollectionSerializers.java:50) at com.twitter.serial.serializer.CollectionSerializers$1.serializeObject(CollectionSerializers.java:46)...

Can someone please share an example of how to getMapSerializer. How can I get Serialzer for the Integer for a Map... thanks in advance.

对于数组list map 相对于gson 没有有啥 50000的量

翻译成kotlin 支持可空的类型 比如Float? Int?

**We will be dropping our paid Travis CI plan at the end of 2021. We do not expect there to be any visible changes to this repo, but wanted to...

Hi, @cesar1000 I wanna to use this serializer in my middleware project by java, but after read over a set of related documents, I‘m not sure whether it fits in...

Hi, Reading over what you have written this seems to solve a lot of headaches using frameworks you have mentioned that I have dealt with in the past. I am...

I didn't see `Parcelable` mentioned anywhere in your blog post. How is this different/better than Android's Parcelable?