Метод | Описание | |
---|---|---|
deserialize ( string $data, string $deserializeTo, array $context = [] ) : mixed | Deserialize a formatted string to a specific type | |
fromArray ( array $data, string $deserializeTo, array $context = [] ) : mixed | Deserialize an array to a specific type | |
setDefaultDeserializationContext ( array $context ) | Set the default deserialization context | |
setDeserializeFrom ( string $deserializeFrom ) | The current format data is serialized as |
public setDefaultDeserializationContext ( array $context ) | ||
$context | array |
public setDeserializeFrom ( string $deserializeFrom ) | ||
$deserializeFrom | string |