for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the Stack Exchange Api Client library.
*
* Copyright (c) 2014-2016 Beñat Espiña <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace BenatEspina\StackExchangeApiClient\Serializer;
use BenatEspina\StackExchangeApiClient\Model\AccessToken;
/**
* The access token serializer class.
* @author Beñat Espiña <[email protected]>
final class AccessTokenSerializer extends Serializer
{
* {@inheritdoc}
protected $class = AccessToken::class;
}