Searched defs:Marshaller (Results 1 – 5 of 5) sorted by relevance
83 type Marshaller struct { struct84 v string87 func (m *Marshaller) MarshalJSON() ([]byte, error) {91 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
459 class Marshaller: class
596 class Marshaller: class