Skip to content

Krizalys Onedrive Serializer SerializerInterface

Christophe Vidal edited this page Aug 4, 2019 · 1 revision

Krizalys\Onedrive\Serializer\SerializerInterface

An interface defining the contract to serialize values into string representations.

  • Interface name: SerializerInterface
  • Namespace: Krizalys\Onedrive\Serializer
  • This is an interface

Methods

serialize

string Krizalys\Onedrive\Serializer\SerializerInterface::serialize(mixed $value)

Serializes a given value into a string representation.

  • Visibility: public

Arguments

  • $value mixed - The value to serialize.
Clone this wiki locally