object_serializer 0.1.2 copy "object_serializer: ^0.1.2" to clipboard
object_serializer: ^0.1.2 copied to clipboard

outdated

A serializer (with caching support) of any static (generic) complex data that can be represented as simpler data.

0.1.2 #

  • Improved serialization performance by 30%. It's about the algorithm for finding a serializer for an object. In the case where the type of the object (by type argument) was known at the time serialization was started, finding a serializer for the this type (using a lookup table) would be faster than searching through all serializers, testing the object in each serializer (canSerialize(Object? object) => object is T). The more types are used for serialization, the more noticeable will be the difference in serialization speed with the previous version.

0.1.1 #

  • Simplified example code.

0.1.0 #

  • Initial release
3
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A serializer (with caching support) of any static (generic) complex data that can be represented as simpler data.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on object_serializer