php_serializer 1.0.0-pre.1 copy "php_serializer: ^1.0.0-pre.1" to clipboard
php_serializer: ^1.0.0-pre.1 copied to clipboard

outdated

Serialize and deserialize Strings that the Php-Functions serialize created or unserialize can parse, so Dart code can communicate with Php in its native format

1.0.0-pre.1 #

  • Changed interface of phpSerialize to use named properties instead of position dependant ones
  • Changed interface of phpDeserialize to use named properties instead of position dependant ones

0.3.0 #

  • Added support to implement custom handlers in case of missing serialization or deserialization information for objects
  • Added default handlers which throw identical exceptions than previously
  • Added new serialization handler UsePropertiesOnMissingSerializationInformation which uses reflection to identify properties
  • Added new deserialization handler GenerateMapOnMissingDeserializationInformation which forwards the internal data-map as the deserialized object
  • Added new deserialization handler GenerateDartClassCodeOnMissingDeserializationInformation which generates String-objects holding dart-code for this class
  • Fixed floating point number serialization test which allows testing with DartJs
  • Restructured files into src directory

0.2.0 #

  • Added boolean values
  • Added null values

0.1.2 #

  • Reformated files according to dart format

0.1.1 #

  • Fixed analyser findings

0.1.0 #

  • Initial Release
  • Features should all be available
9
likes
0
pub points
84%
popularity

Publisher

verified publishermanu311.de

Serialize and deserialize Strings that the Php-Functions serialize created or unserialize can parse, so Dart code can communicate with Php in its native format

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on php_serializer