Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Aug 27, 2015
1 parent 73056de commit 4732116
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ Is this a problem? Yes it is. Serialized data is now **unusable**.

## Features

- All object variables, public, protected and private are serialized.
- Serializes **exact copies** of the object provided:
- **All object properties**, public, protected and private are serialized.
- All properties from the current object, and all the inherited properties are read and serialized.
- Handles internal class serialization for objects such as SplFixedArray or classes implementing Traversable.
- `Serializers` outputing multiple formats are provided.
- Presentational `Transformers` are provided too.
- **Production-ready**.
- **Extensible:** easily write your out `Serializer` format or `Transformers`.


## Usage
Expand Down

0 comments on commit 4732116

Please sign in to comment.