Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for encodeInterface (0.2 sec)

  1. src/encoding/gob/encode.go

    	}
    	enc.freeEncoderState(state)
    }
    
    // encodeInterface encodes the interface value iv.
    // To send an interface, we send a string identifying the concrete type, followed
    // by the type identifier (which might require defining that type right now), followed
    // by the concrete value. A nil value gets sent as the empty string for the name,
    // followed by no value.
    func (enc *Encoder) encodeInterface(b *encBuffer, iv reflect.Value) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top