Searched defs:Marshaller (Results 1 – 7 of 7) sorted by relevance
11 pub struct Marshaller<T> { struct22 pub ser: SerializeFn<T>,25 pub de: DeserializeFn<T>,
82 type Marshaller struct { struct83 v string86 func (m *Marshaller) MarshalJSON() ([]byte, error) {90 func (m *Marshaller) UnmarshalJSON(data []byte) error {
27 public class Marshaller<T> class37 public Marshaller(Func<T, byte[]> serializer, Func<byte[], T> deserializer) in Marshaller() method in Grpc.Core.Marshaller
142 public interface Marshaller<T> { interface in MethodDescriptor
57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() function in clang::clangd::remote::Marshaller
466 class Marshaller: class
596 class Marshaller: class