com.github.tonivade.resp.protocol.RespSerializer Maven / Gradle / Ivy
/*
* Copyright (c) 2016-2018, Antonio Gabriel Muñoz Conejo
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.resp.protocol;
import static com.github.tonivade.purefun.Matcher1.instanceOf;
import static com.github.tonivade.resp.protocol.RedisToken.string;
import static java.util.stream.Collectors.toList;
import java.lang.reflect.Field;
import java.util.Collection;
import java.util.Map;
import java.util.stream.Stream;
import com.github.tonivade.purefun.Matcher1;
import com.github.tonivade.purefun.Pattern1;
import com.github.tonivade.purefun.type.Try;
public class RespSerializer {
public RedisToken getValue(Object object) {
return Pattern1. © 2015 - 2025 Weber Informatics LLC | Privacy Policy