automorph.codec.messagepack.UpickleMessagePackCodec
 See theUpickleMessagePackCodec companion object
 
 
  uPickle MessagePack message codec plugin.
 
  
 
  Type parameters
  
   - 
    Custom
   
- 
    customized Upickle reader and writer implicits instance type 
Value parameters
  
   - 
    custom
   
- 
    customized Upickle reader and writer implicits instance 
Attributes
  
   - 
    Constructor
   
- 
    Creates a uPickle codec plugin using MessagePack as message format. 
- 
    See also
   
- 
    
   
- 
    Companion
   
- 
    object
   
- 
    Graph
   
- 
    
     
     
     
     
- 
    Supertypes
   
- 
    
     
      trait Serializable
      
      class Object
      
      trait Matchable
      
      class Any
      Show all
 
 
 Members list
 
 
  
   
    
     
      
      
       
        
         
         
        
        
         
          
          
         
         
          
          
           
           
            
             Deserializes a node from binary data.
 
             
            
             
              Deserializes a node from binary data.
 
              
             Value parameters
             
              - 
               data
              
- 
               binary data in the specific codec 
Attributes
             
              - 
               Returns
              
- 
               node 
- 
               Definition Classes
              
- 
               
              
 
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Serializes a node as binary data.
 
             
            
             
              Serializes a node as binary data.
 
              
             Value parameters
             
              - 
               node
              
- 
               node 
Attributes
             
              - 
               Returns
              
- 
               binary data in the specific codec 
- 
               Definition Classes
              
- 
               
              
 
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Formats a node as human-readable text.
 
             
            
             
              Formats a node as human-readable text.
 
              
             Value parameters
             
              - 
               node
              
- 
               node 
Attributes
             
              - 
               Returns
              
- 
               node in human-readable textual form 
- 
               Definition Classes
              
- 
               
              
 
            
           
          
         
        
      
      
       
        
         
         
        
        
         
          
          
         
         
          
          
           
           
            
             Decodes a value from a message codec node.
 
             
            
             
              Decodes a value from a message codec node.
 
              
             Type parameters
             
              - 
               T
              
- 
               value type 
Value parameters
             
              - 
               node
              
- 
               message codec node 
Attributes
             
              - 
               Returns
              
- 
               value of the specified type 
- 
               Definition Classes
              
- 
               
              
- 
               Inherited from:
              
- 
               UpickleMessagePackMeta (hidden)
              
 
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Encodes a value as a message codec node.
 
             
            
             
              Encodes a value as a message codec node.
 
              
             Type parameters
             
              - 
               T
              
- 
               value type 
Value parameters
             
              - 
               value
              
- 
               value of given type 
Attributes
             
              - 
               Returns
              
- 
               message codec node 
- 
               Definition Classes
              
- 
               
              
- 
               Inherited from:
              
- 
               UpickleMessagePackMeta (hidden)