Skip to content

New BC surface to explore: serialization of objects #949

@Ocramius

Description

@Ocramius

Example:

class MySerializablePayload {
-    private string $foo;
+    private int $foo;
}

or:

class MySerializablePayload {
    private ValueType $foo;
}

class ValueType {
-    private string $foo;
+    private int $foo;
}

This is extremely interesting to research, but also a very complex and useful to inspect BC surface.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions