Serializer
class Serializer implements SerializerInterface (View source)
Serialize and deserialize input.
Methods
                    __construct(array $options = [])
        
                                            
                
            No description
                    mixed
                
                
                    decode(mixed $value)
        
                                            
                
            Deserialize the value.
                    mixed
                
                
                    encode(mixed $value)
        
                                            
                
            Serialize the value.
                    static Serializer
                
                
                    make(array $options = [])
        
                                            
                
            No description
Details
        
                            
    __construct(array $options = [])
        
    
    No description
        
        final                    mixed
    decode(mixed $value)
        
    
    Deserialize the value.
        
        final                    mixed
    encode(mixed $value)
        
    
    Serialize the value.
        
                static            Serializer
    make(array $options = [])
        
    
    No description